cluster/gce/coreos: Set service-cluster-ip-range

This commit is contained in:
Euan Kemp 2016-05-20 17:10:17 -07:00
parent 7170c8910d
commit 6fa5a13f53

View File

@ -12,6 +12,7 @@ spec:
--master=127.0.0.1:8080
--cluster-name=${INSTANCE_PREFIX}
--cluster-cidr=${CLUSTER_IP_RANGE}
--service-cluster-ip-range="${SERVICE_CLUSTER_IP_RANGE}"
--allocate-node-cidrs=true
--cloud-provider=gce
--service-account-private-key-file=/srv/kubernetes/server.key