cluster log level variable 'kube_log_level'

This commit is contained in:
Smaine Kahlouch
2015-12-12 19:11:09 +01:00
parent af9b945874
commit 0a1b92f348
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
KUBE_LOGTOSTDERR="--logtostderr=true"
# journal message 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
KUBE_ALLOW_PRIV="--allow_privileged=true"