Fix profile warning in getting started doc (#8456)

* Fix profile warning in getting started doc

* Update content/en/docs/setup/getting-started/index.md
This commit is contained in:
Frank Budinsky 2020-11-09 09:41:58 -05:00 committed by GitHub
parent 4eeaa8c900
commit 35bd23224f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -79,6 +79,12 @@ Follow these steps to get started with Istio:
selected to have a good set of defaults for testing, but there are other
profiles for production or performance testing.
{{< warning >}}
If your platform has a vendor-specific configuration profile, e.g., Openshift, use
it in the following command, instead of the `demo` profile. Refer to your
[platform instructions](/docs/setup/platform-setup/) for details.
{{< /warning >}}
{{< text bash >}}
$ istioctl install --set profile=demo -y
✔ Istio core installed
@ -88,12 +94,6 @@ Follow these steps to get started with Istio:
✔ Installation complete
{{< /text >}}
{{< warning >}}
If your platform has a custom demonstration profile, e.g., Openshift, use
it in the following command, instead of the `demo` profile. Refer to your
[platform instructions](/docs/setup/platform-setup/) for details.
{{< /warning >}}
1. Add a namespace label to instruct Istio to automatically inject Envoy
sidecar proxies when you deploy your application later: