mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Remove changes on SECONDARY_RANGE_NAME.
This commit is contained in:
parent
a35dcec896
commit
3831dd0391
@ -299,11 +299,9 @@ if [ ${ENABLE_IP_ALIASES} = true ]; then
|
|||||||
# Reserve the services IP space to avoid being allocated for other GCP resources.
|
# 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}
|
SERVICE_CLUSTER_IP_SUBNETWORK=${KUBE_GCE_SERVICE_CLUSTER_IP_SUBNETWORK:-${INSTANCE_PREFIX}-subnet-services}
|
||||||
NODE_IPAM_MODE=${KUBE_GCE_NODE_IPAM_MODE:-CloudAllocator}
|
NODE_IPAM_MODE=${KUBE_GCE_NODE_IPAM_MODE:-CloudAllocator}
|
||||||
SECONDARY_RANGE_NAME=${SECONDARY_RANGE_NAME:-}
|
|
||||||
# Add to the provider custom variables.
|
# Add to the provider custom variables.
|
||||||
PROVIDER_VARS="${PROVIDER_VARS:-} ENABLE_IP_ALIASES"
|
PROVIDER_VARS="${PROVIDER_VARS:-} ENABLE_IP_ALIASES"
|
||||||
PROVIDER_VARS="${PROVIDER_VARS:-} NODE_IPAM_MODE"
|
PROVIDER_VARS="${PROVIDER_VARS:-} NODE_IPAM_MODE"
|
||||||
PROVIDER_VARS="${PROVIDER_VARS:-} SECONDARY_RANGE_NAME"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Enable GCE Alpha features.
|
# Enable GCE Alpha features.
|
||||||
|
Loading…
Reference in New Issue
Block a user