mirror of https://github.com/k3s-io/k3s
Merge pull request #76050 from caesarxuchao/fix-local-up-cluster
Fix kubelet start in local-up-cluster.shk3s-v1.15.3
commit
28ac3063da
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue