From 84f2bc536616f2b7380cf117d96a59bce0ba5bc9 Mon Sep 17 00:00:00 2001 From: vietnguyen1254 <41211203+vietnguyen1254@users.noreply.github.com> Date: Thu, 21 Oct 2021 21:41:36 +0300 Subject: [PATCH] Fix the typo in KUBE_ALLOW_PRIV Fix the typo in KUBE_ALLOW_PRIV --- docs/photon_user/prepare_the_hosts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/photon_user/prepare_the_hosts.md b/docs/photon_user/prepare_the_hosts.md index a7610921df..317febc0a4 100644 --- a/docs/photon_user/prepare_the_hosts.md +++ b/docs/photon_user/prepare_the_hosts.md @@ -53,5 +53,5 @@ KUBE_LOGTOSTDERR="--logtostderr=true" KUBE_LOG_LEVEL="--v=0" # Should this cluster be allowed to run privileged docker containers -KUBE_ALLOW_PRIV="--allow_privileged=false" +KUBE_ALLOW_PRIV="--allow-privileged=false" ```