mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Fix kubelet start in local-up-cluster.sh
This commit is contained in:
parent
aa52140928
commit
1b953aaa59
@ -750,7 +750,7 @@ function start_kubelet {
|
|||||||
|
|
||||||
# shellcheck disable=SC2206
|
# shellcheck disable=SC2206
|
||||||
all_kubelet_flags=(
|
all_kubelet_flags=(
|
||||||
"${priv_arg}"
|
${priv_arg}
|
||||||
"--v=${LOG_LEVEL}"
|
"--v=${LOG_LEVEL}"
|
||||||
"--vmodule=${LOG_SPEC}"
|
"--vmodule=${LOG_SPEC}"
|
||||||
"--chaos-chance=${CHAOS_CHANCE}"
|
"--chaos-chance=${CHAOS_CHANCE}"
|
||||||
|
Loading…
Reference in New Issue
Block a user