Fix kubelet start in local-up-cluster.sh

k3s-v1.15.3
Chao Xu 2019-04-02 12:59:32 -07:00
parent aa52140928
commit 1b953aaa59
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ function start_kubelet {
# shellcheck disable=SC2206
all_kubelet_flags=(
"${priv_arg}"
${priv_arg}
"--v=${LOG_LEVEL}"
"--vmodule=${LOG_SPEC}"
"--chaos-chance=${CHAOS_CHANCE}"