diff --git a/install/Knative-with-OpenShift.md b/install/Knative-with-OpenShift.md index ee91ebedf..6d466ae21 100644 --- a/install/Knative-with-OpenShift.md +++ b/install/Knative-with-OpenShift.md @@ -111,6 +111,7 @@ oc adm policy add-scc-to-user anyuid -z istio-mixer-service-account -n istio-sys oc adm policy add-scc-to-user anyuid -z istio-pilot-service-account -n istio-system oc adm policy add-scc-to-user anyuid -z istio-sidecar-injector-service-account -n istio-system oc adm policy add-cluster-role-to-user cluster-admin -z istio-galley-service-account -n istio-system +oc adm policy add-scc-to-user anyuid -z cluster-local-gateway-service-account -n istio-system ``` Run the following to install Istio: