From 3831dd0391e3e430efdc0293365a4873fcc8e12e Mon Sep 17 00:00:00 2001 From: Jing Ai Date: Thu, 25 Jan 2018 20:15:14 -0800 Subject: [PATCH] Remove changes on SECONDARY_RANGE_NAME. --- cluster/gce/config-test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index af04e73a6c2..81948d0d2a9 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -299,11 +299,9 @@ if [ ${ENABLE_IP_ALIASES} = true ]; then # Reserve the services IP space to avoid being allocated for other GCP resources. SERVICE_CLUSTER_IP_SUBNETWORK=${KUBE_GCE_SERVICE_CLUSTER_IP_SUBNETWORK:-${INSTANCE_PREFIX}-subnet-services} NODE_IPAM_MODE=${KUBE_GCE_NODE_IPAM_MODE:-CloudAllocator} - SECONDARY_RANGE_NAME=${SECONDARY_RANGE_NAME:-} # Add to the provider custom variables. PROVIDER_VARS="${PROVIDER_VARS:-} ENABLE_IP_ALIASES" PROVIDER_VARS="${PROVIDER_VARS:-} NODE_IPAM_MODE" - PROVIDER_VARS="${PROVIDER_VARS:-} SECONDARY_RANGE_NAME" fi # Enable GCE Alpha features.