Adding missing scc binding for istio on openshift (#743)

This commit is contained in:
Eric Sauer 2019-01-10 15:46:43 -05:00 committed by Knative Prow Robot
parent f97bb690fc
commit 4bdb19e384
1 changed files with 1 additions and 0 deletions

View File

@ -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: