From 12028fb950daddd18ed2ceccacf9af59254d1d59 Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Mon, 31 Jul 2017 12:16:53 +0100 Subject: [PATCH] Fix a typo --- site/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/installing.md b/site/installing.md index 4a3f452bd..0df79857a 100644 --- a/site/installing.md +++ b/site/installing.md @@ -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