coreos / coreos-kubernetes

CoreOS Container Linux+Kubernetes documentation & Vagrant installers
https://coreos.com/kubernetes/docs/latest/
Apache License 2.0
1.1k stars 466 forks source link

allow-privileged flat in config #818

Open qrpike opened 7 years ago

qrpike commented 7 years ago

I noticed in the docs it has the --allow-privileged=true flag. I was wondering if this is necessary and why it would be set to true by default?

Does this mean all containers are run in privileged mode?

Thanks,