From 5d9c2d35bead6ee1177275b901dc12f837213105 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Tue, 27 Feb 2018 22:43:46 -0500 Subject: [PATCH] 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. --- .../ubuntu/operational-considerations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/ubuntu/operational-considerations.md b/docs/getting-started-guides/ubuntu/operational-considerations.md index 9c4a916a3a..b3f1fc758d 100644 --- a/docs/getting-started-guides/ubuntu/operational-considerations.md +++ b/docs/getting-started-guides/ubuntu/operational-considerations.md @@ -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: ```