Fix kube-apiserver log level syntax
This commit is contained in:
parent
e101b72a72
commit
d2151500b6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue