Updating privileged container information (#7548)

* Updating privileged container information

We now use privileged containers by default on GPU-enabled nodes.

* Changes for consistency

Replaced worker with node.
This commit is contained in:
Mike Wilson
2018-02-27 22:43:46 -05:00
committed by k8s-ci-robot
parent 22b7301597
commit 5d9c2d35be
@@ -115,8 +115,8 @@ juju switch default
### Running privileged containers
By default, juju-deployed clusters do not support running privileged containers.
If you need them, you have to enable the ```allow-privileged``` config on both
By default, juju-deployed clusters only allow running privileged containers on nodes with GPUs.
If you need privileged containers on other nodes, you have to enable the ```allow-privileged``` config on both
kubernetes-master and kubernetes-worker:
```