Allow Privileged Containers in Kubernetes on Google Container (GKE)

后端 未结 2 763
梦如初夏
梦如初夏 2021-02-07 20:53

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

相关标签:
2条回答
  • 2021-02-07 21:40

    This post talk about that (look at the end).

    0 讨论(0)
  • 2021-02-07 21:45

    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.

    0 讨论(0)
提交回复
热议问题