mirror of https://github.com/istio/istio.io.git
Update the docs to add OpenShift install profile (#8337)
* Update the docs to add OpenShift install profile Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com> * Update after review Review comments: - https://github.com/istio/istio.io/pull/8337/files#r510248821 - https://github.com/istio/istio.io/pull/8337/files#r510288852 Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
This commit is contained in:
parent
5fd7bb7f97
commit
3ad1c77709
|
@ -88,6 +88,12 @@ 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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue