From 4bdb19e38406ed848f6ceb28ad72f6a69a05720a Mon Sep 17 00:00:00 2001 From: Eric Sauer Date: Thu, 10 Jan 2019 15:46:43 -0500 Subject: [PATCH] Adding missing scc binding for istio on openshift (#743) --- install/Knative-with-OpenShift.md | 1 + 1 file changed, 1 insertion(+) 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: