Commit 014fa231 authored by Harry Zhang's avatar Harry Zhang

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.
parent 2e2def36
...@@ -53,6 +53,8 @@ $ vi cluster/saltbase/pillar/privilege.sls ...@@ -53,6 +53,8 @@ $ vi cluster/saltbase/pillar/privilege.sls
allow_privileged: true 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. Rebuild the Kubernetes and spin up a cluster using your preferred KUBERNETES_PROVIDER.
### NFS server part ### NFS server part
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment