mirror of https://github.com/k3s-io/k3s
Merge pull request #25984 from andyzheng0831/breakage-fix
GCI: fix a breakage in controller-managerpull/6/head
commit
06b9b35008
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue