mirror of https://github.com/istio/istio.io.git
710 B
710 B
title | description | weight | skip_seealso | aliases | keywords | owner | test | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
OpenShift | Instructions to set up an OpenShift cluster for Istio. | 55 | true |
|
|
istio/wg-environments-maintainers | no |
Follow these instructions to prepare an OpenShift cluster for Istio.
Install Istio using the OpenShift profile:
{{< text bash >}} $ istioctl install --set profile=openshift {{< /text >}}
After installation is complete, expose an OpenShift route for the ingress gateway.
{{< text bash >}} $ oc -n istio-system expose svc/istio-ingressgateway --port=http2 {{< /text >}}