Update standalone operator docs (#7165)

This commit is contained in:
Eric Van Norman 2020-04-27 09:14:16 -05:00 committed by GitHub
parent d570a7e969
commit 025605af3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ aliases:
This guide installs Istio using the standalone Istio
[operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/).
The only dependencies required are a supported Kubernetes cluster, the `kubectl` and the `istioctl` command at the release version.
The only dependencies required are a supported Kubernetes cluster, the `kubectl` command at the version to match the cluster, and the `istioctl` command at the desired release version.
To install Istio for production use, we recommend [installing with {{< istioctl >}}](/docs/setup/install/istioctl/)
instead.
@ -41,7 +41,7 @@ instead.
You can alternatively deploy the operator using Helm:
{{< text bash >}}
$ helm template install/kubernetes/operator/operator-chart/ \
$ helm template manifests/charts/istio-operator/ \
--set hub=docker.io/istio \
--set tag={{< istio_full_version >}} \
--set operatorNamespace=istio-operator \