Back to Istio Io

OpenShift

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

latest371 B
Original Source

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 >}}