mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Fix older bash failing on unbound array variables
Older bash versions fail when trying to expand array variables when the array is empty.
This commit is contained in:
parent
ed2bdd53dc
commit
de95a3344b
@ -671,7 +671,7 @@ function start_cloud_controller_manager {
|
||||
${CONTROLPLANE_SUDO} "${EXTERNAL_CLOUD_PROVIDER_BINARY:-"${GO_OUT}/hyperkube" cloud-controller-manager}" \
|
||||
--v="${LOG_LEVEL}" \
|
||||
--vmodule="${LOG_SPEC}" \
|
||||
"${node_cidr_args[@]}" \
|
||||
"${node_cidr_args[@]:-}" \
|
||||
--feature-gates="${FEATURE_GATES}" \
|
||||
--cloud-provider="${CLOUD_PROVIDER}" \
|
||||
--cloud-config="${CLOUD_CONFIG}" \
|
||||
|
Loading…
Reference in New Issue
Block a user