mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 03:49:52 +00:00
Fix a typo
This commit is contained in:
@@ -251,7 +251,7 @@ Next, create a dedicated project for Weave Scope then apply policy changes neede
|
||||
oc new-project weave-scope
|
||||
# Scope probe pods need full access to Kubernetes API via 'weave-scope' service account
|
||||
oc adm policy add-cluster-role-to-user cluster-admin -z weave-scope
|
||||
# Scope probe pods also need to run as priviliaged containers, so grant 'priviliged' Security Context Constrains (SCC) for 'weave-scop' service account
|
||||
# Scope probe pods also need to run as priviliaged containers, so grant 'priviliged' Security Context Constrains (SCC) for 'weave-scope' service account
|
||||
oc adm policy add-scc-to-user privileged -z weave-scope
|
||||
# Scope app has an init daemon that has to run as UID 0, so grant 'anyuid' SCC for 'default' service account
|
||||
oc adm policy add-scc-to-user anyuid -z default
|
||||
|
||||
Reference in New Issue
Block a user