Commit 5c083029 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #26006 from euank/service-cluster-ip-range

Automatic merge from submit-queue cluster/gce/coreos: Set service-cluster-ip-range Broken by #19242 See also #26002 This is necessary to kube-up for me, but depending on how #26002 plays out, this PR might not be necessary. Happy to close this or merge or whatever depending on what's best. cc @yifan-gu @sjpotter @mikedanese
parents 4bb085c9 6fa5a13f
...@@ -12,6 +12,7 @@ spec: ...@@ -12,6 +12,7 @@ spec:
--master=127.0.0.1:8080 --master=127.0.0.1:8080
--cluster-name=${INSTANCE_PREFIX} --cluster-name=${INSTANCE_PREFIX}
--cluster-cidr=${CLUSTER_IP_RANGE} --cluster-cidr=${CLUSTER_IP_RANGE}
--service-cluster-ip-range="${SERVICE_CLUSTER_IP_RANGE}"
--allocate-node-cidrs=true --allocate-node-cidrs=true
--cloud-provider=gce --cloud-provider=gce
--service-account-private-key-file=/srv/kubernetes/server.key --service-account-private-key-file=/srv/kubernetes/server.key
......
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