Minor update to istioctl install doc (#6686)

This commit is contained in:
Eric Van Norman 2020-03-03 02:02:50 -06:00 committed by GitHub
parent 5732593940
commit 51ee7780be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -60,7 +60,7 @@ By default, `istioctl` uses compiled-in charts to generate the install manifest.
`installPackagePath` to a local file system path:
{{< text bash >}}
$ istioctl manifest apply --set installPackagePath=~/istio-releases/istio-{{< istio_full_version >}}/install/kubernetes/operator/charts
$ istioctl manifest apply --set installPackagePath=< base directory where installed >/istio-releases/istio-{{< istio_full_version >}}/install/kubernetes/operator/charts
{{< /text >}}
If using the `istioctl` {{< istio_full_version >}} binary, this command will result in the same installation as `istioctl manifest apply` alone, because it points to the
@ -86,9 +86,10 @@ accessible to `istioctl` by using this command:
{{< text bash >}}
$ istioctl profile list
Istio configuration profiles:
empty
minimal
remote
sds
separate
default
demo
{{< /text >}}