istio.io/content/en/docs/setup/platform-setup/openshift/index.md

710 B

title description weight skip_seealso aliases keywords owner test
OpenShift Instructions to set up an OpenShift cluster for Istio. 55 true
/docs/setup/kubernetes/prepare/platform-setup/openshift/
/docs/setup/kubernetes/platform-setup/openshift/
platform-setup
openshift
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 >}}