From 5c5ae2fd7f66cc9dd19550236ac815644c3bb71d Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 7 Mar 2016 12:27:45 +0100 Subject: [PATCH] Minor refinement --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64cc7fbbd..79a2ff4be 100644 --- a/README.md +++ b/README.md @@ -178,9 +178,9 @@ in your Kubernetes cluster using 1. Make sure your cluster allows priviledged pods (required by the Scope probes). Priviledged pods are allowed by default from Kubernetes 1.1. - If you are running an earlier version, or priviledged pods are not allowed - for any other reason, make sure your API Server and all your Kubelets are provided with - flag `--allow_privileged` at launch time. + If you are running an earlier version or a non-default configuration, + make sure your API Server and all your Kubelets are provided with flag `--allow_privileged` + at launch time. 2. Make sure your cluster supports [DaemonSets](https://github.com/kubernetes/kubernetes/blob/master/docs/design/daemon.md).