We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2bdd5 commit de95a33Copy full SHA for de95a33
hack/local-up-cluster.sh
@@ -671,7 +671,7 @@ function start_cloud_controller_manager {
671
${CONTROLPLANE_SUDO} "${EXTERNAL_CLOUD_PROVIDER_BINARY:-"${GO_OUT}/hyperkube" cloud-controller-manager}" \
672
--v="${LOG_LEVEL}" \
673
--vmodule="${LOG_SPEC}" \
674
- "${node_cidr_args[@]}" \
+ "${node_cidr_args[@]:-}" \
675
--feature-gates="${FEATURE_GATES}" \
676
--cloud-provider="${CLOUD_PROVIDER}" \
677
--cloud-config="${CLOUD_CONFIG}" \
0 commit comments