From 014fa231de63eaeefcbe081385261ee4bb5d52c7 Mon Sep 17 00:00:00 2001 From: Harry Zhang Date: Sun, 6 Sep 2015 18:28:18 +0800 Subject: [PATCH] Specify how to do NFS demo for other providers Many people asked me how to allow privileged mode for their own cluster, we need to specify that. --- examples/nfs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/nfs/README.md b/examples/nfs/README.md index 6572215b06d..cd3ab7bc361 100644 --- a/examples/nfs/README.md +++ b/examples/nfs/README.md @@ -53,6 +53,8 @@ $ vi cluster/saltbase/pillar/privilege.sls allow_privileged: true ``` +For other non-salt based provider, you can set `--allow-privileged=true` for both api-server and kubelet, and then restart these components. + Rebuild the Kubernetes and spin up a cluster using your preferred KUBERNETES_PROVIDER. ### NFS server part