From b644f63a4b13d36a9bf3d831fe76f8f3eba8f5b2 Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Wed, 18 Feb 2015 14:33:09 -0500 Subject: [PATCH] fix spelling of privileged --- contrib/init/systemd/environ/config | 2 +- docs/getting-started-guides/centos/centos_manual_config.md | 4 ++-- docs/getting-started-guides/fedora/fedora_manual_config.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/init/systemd/environ/config b/contrib/init/systemd/environ/config index 4595052272..ee33662b7d 100644 --- a/contrib/init/systemd/environ/config +++ b/contrib/init/systemd/environ/config @@ -19,5 +19,5 @@ KUBE_LOGTOSTDERR="--logtostderr=true" # journal message level, 0 is debug KUBE_LOG_LEVEL="--v=0" -# Should this cluster be allowed to run privleged docker containers +# Should this cluster be allowed to run privileged docker containers KUBE_ALLOW_PRIV="--allow_privileged=false" diff --git a/docs/getting-started-guides/centos/centos_manual_config.md b/docs/getting-started-guides/centos/centos_manual_config.md index 0f3e609170..9ad3b537d1 100644 --- a/docs/getting-started-guides/centos/centos_manual_config.md +++ b/docs/getting-started-guides/centos/centos_manual_config.md @@ -52,7 +52,7 @@ KUBE_LOGTOSTDERR="--logtostderr=true" # journal message level, 0 is debug KUBE_LOG_LEVEL="--v=0" -# Should this cluster be allowed to run privleged docker containers +# Should this cluster be allowed to run privileged docker containers KUBE_ALLOW_PRIV="--allow_privileged=false" ``` @@ -145,4 +145,4 @@ centos-minion **The cluster should be running! Launch a test pod.** -You should have a functional cluster, check out [101](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/walkthrough/README.md)! \ No newline at end of file +You should have a functional cluster, check out [101](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/walkthrough/README.md)! diff --git a/docs/getting-started-guides/fedora/fedora_manual_config.md b/docs/getting-started-guides/fedora/fedora_manual_config.md index be37d3b2ea..2aff2781c7 100644 --- a/docs/getting-started-guides/fedora/fedora_manual_config.md +++ b/docs/getting-started-guides/fedora/fedora_manual_config.md @@ -41,7 +41,7 @@ KUBE_LOGTOSTDERR="--logtostderr=true" # journal message level, 0 is debug KUBE_LOG_LEVEL="--v=0" -# Should this cluster be allowed to run privleged docker containers +# Should this cluster be allowed to run privileged docker containers KUBE_ALLOW_PRIV="--allow_privileged=false" ```