Merge pull request #76050 from caesarxuchao/fix-local-up-cluster

Fix kubelet start in local-up-cluster.sh
k3s-v1.15.3
Kubernetes Prow Robot 2019-04-02 20:11:42 -07:00 committed by GitHub
commit 28ac3063da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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