Merge pull request #21655 from gmarek/zone

Move enormour startup to east1-d zone
This commit is contained in:
Marek Grabowski
2016-02-22 07:41:59 +01:00

View File

@@ -18,7 +18,7 @@
# Temporarily switch of Heapster, as this will not schedule anywhere. # Temporarily switch of Heapster, as this will not schedule anywhere.
# TODO: Think of a solution to enable it. # TODO: Think of a solution to enable it.
export KUBE_ENABLE_CLUSTER_MONITORING="none" export KUBE_ENABLE_CLUSTER_MONITORING="none"
export KUBE_GCE_ZONE="us-east1-b" export KUBE_GCE_ZONE="us-east1-d"
export MASTER_SIZE="n1-standard-32" export MASTER_SIZE="n1-standard-32"
export NODE_SIZE="n1-standard-1" export NODE_SIZE="n1-standard-1"
export NODE_DISK_SIZE="50GB" export NODE_DISK_SIZE="50GB"