mirror of https://github.com/k3s-io/k3s
fix spelling of privileged
parent
31901780a9
commit
b644f63a4b
|
@ -19,5 +19,5 @@ KUBE_LOGTOSTDERR="--logtostderr=true"
|
||||||
# journal message level, 0 is debug
|
# journal message level, 0 is debug
|
||||||
KUBE_LOG_LEVEL="--v=0"
|
KUBE_LOG_LEVEL="--v=0"
|
||||||
|
|
||||||
# Should this cluster be allowed to run privleged docker containers
|
# Should this cluster be allowed to run privileged docker containers
|
||||||
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
||||||
|
|
|
@ -52,7 +52,7 @@ KUBE_LOGTOSTDERR="--logtostderr=true"
|
||||||
# journal message level, 0 is debug
|
# journal message level, 0 is debug
|
||||||
KUBE_LOG_LEVEL="--v=0"
|
KUBE_LOG_LEVEL="--v=0"
|
||||||
|
|
||||||
# Should this cluster be allowed to run privleged docker containers
|
# Should this cluster be allowed to run privileged docker containers
|
||||||
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ KUBE_LOGTOSTDERR="--logtostderr=true"
|
||||||
# journal message level, 0 is debug
|
# journal message level, 0 is debug
|
||||||
KUBE_LOG_LEVEL="--v=0"
|
KUBE_LOG_LEVEL="--v=0"
|
||||||
|
|
||||||
# Should this cluster be allowed to run privleged docker containers
|
# Should this cluster be allowed to run privileged docker containers
|
||||||
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue