I am using a Kubernetes cluster deployed through Google Container Engine (GKE) from the Google Cloud Developer\'s Console, cluster version 0.19.3. I would like to run a privile
This post talk about that (look at the end).
Update: Privileged mode is now enabled by default starting with the 1.1 release of Kubernetes which is now available in Google Container Engine.
Running privileged containers (including the NFS server in that example) isn't currently possible in Google Container Engine. We are looking at ways to solve this (adding a flag when creating your cluster to allow privileged containers; making privileged containers part of admission control; etc). For now, if you need to run privileged containers you'll need to launch your own cluster using the GCE provider.