Merge pull request #25984 from andyzheng0831/breakage-fix

GCI: fix a breakage in controller-manager
pull/6/head
Mike Danese 2016-05-20 12:31:56 -07:00
commit 06b9b35008
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ start_kube_controller_manager() {
if [ -n "${CLUSTER_IP_RANGE:-}" ]; then
params="${params} --cluster-cidr=${CLUSTER_IP_RANGE}"
fi
if [ -n "${SERVICE_IP_RANGE:-}" ]; then
if [ -n "${SERVICE_CLUSTER_IP_RANGE:-}" ]; then
params="${params} --service-cluster-ip-range=${SERVICE_CLUSTER_IP_RANGE}"
fi
if [ "${ALLOCATE_NODE_CIDRS:-}" = "true" ]; then