mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 17:16:18 +00:00
Merge pull request #76050 from caesarxuchao/fix-local-up-cluster
Fix kubelet start in local-up-cluster.sh
This commit is contained in:
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
Block a user