mirror of https://github.com/knative/docs.git
Adding missing scc binding for istio on openshift (#743)
This commit is contained in:
parent
f97bb690fc
commit
4bdb19e384
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue