mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-11 04:38:05 +03:00
Fix kube-apiserver log level syntax
This commit is contained in:
@@ -12,7 +12,7 @@ KUBE_LOGGING="--logtostderr=true"
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Apiserver Log level, 0 is debug
|
# Apiserver Log level, 0 is debug
|
||||||
KUBE_LOG_LEVEL="{{ kube_log_level | default('--v=2') }}"
|
KUBE_LOG_LEVEL="--v={{ kube_log_level | default('2') }}"
|
||||||
|
|
||||||
# Should this cluster be allowed to run privileged docker containers
|
# Should this cluster be allowed to run privileged docker containers
|
||||||
KUBE_ALLOW_PRIV="--allow_privileged=true"
|
KUBE_ALLOW_PRIV="--allow_privileged=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user