Merge pull request #95982 from masap/local_up_cluster1

local-up-cluster.sh: Pass SERVICE_CLUSTER_IP_RANGE to controller manager
This commit is contained in:
Kubernetes Prow Robot 2020-10-29 17:40:36 -07:00 committed by GitHub
commit 4d4570979a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -640,6 +640,7 @@ function start_controller_manager {
--v="${LOG_LEVEL}" \
--vmodule="${LOG_SPEC}" \
--service-account-private-key-file="${SERVICE_ACCOUNT_KEY}" \
--service-cluster-ip-range="${SERVICE_CLUSTER_IP_RANGE}" \
--root-ca-file="${ROOT_CA_FILE}" \
--cluster-signing-cert-file="${CLUSTER_SIGNING_CERT_FILE}" \
--cluster-signing-key-file="${CLUSTER_SIGNING_KEY_FILE}" \