From 728be2892a2233f41ea71eb96c98ccfd71ddc863 Mon Sep 17 00:00:00 2001 From: Andy Zheng Date: Fri, 20 May 2016 11:54:04 -0700 Subject: [PATCH] GCI: fix a breakage in controller-manager --- cluster/gce/trusty/configure-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/trusty/configure-helper.sh b/cluster/gce/trusty/configure-helper.sh index 5b0b5708a1e..7d818856096 100644 --- a/cluster/gce/trusty/configure-helper.sh +++ b/cluster/gce/trusty/configure-helper.sh @@ -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