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.
This commit is contained in:
Harry Zhang 2015-09-06 18:28:18 +08:00
parent 2e2def36a9
commit 014fa231de

View File

@ -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