Commit 728be289 authored by Andy Zheng's avatar Andy Zheng

GCI: fix a breakage in controller-manager

parent 96259268
...@@ -483,7 +483,7 @@ start_kube_controller_manager() { ...@@ -483,7 +483,7 @@ start_kube_controller_manager() {
if [ -n "${CLUSTER_IP_RANGE:-}" ]; then if [ -n "${CLUSTER_IP_RANGE:-}" ]; then
params="${params} --cluster-cidr=${CLUSTER_IP_RANGE}" params="${params} --cluster-cidr=${CLUSTER_IP_RANGE}"
fi fi
if [ -n "${SERVICE_IP_RANGE:-}" ]; then if [ -n "${SERVICE_CLUSTER_IP_RANGE:-}" ]; then
params="${params} --service-cluster-ip-range=${SERVICE_CLUSTER_IP_RANGE}" params="${params} --service-cluster-ip-range=${SERVICE_CLUSTER_IP_RANGE}"
fi fi
if [ "${ALLOCATE_NODE_CIDRS:-}" = "true" ]; then if [ "${ALLOCATE_NODE_CIDRS:-}" = "true" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment