Merge pull request #76168 from caesarxuchao/local-up-followup

Follow up of https://github.com/kubernetes/kubernetes/pull/76050#discussion_r271540758
This commit is contained in:
Kubernetes Prow Robot 2019-04-05 07:43:44 -07:00 committed by GitHub
commit 06655abd87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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