Move scalability jobs to us-central from us-east

pull/6/head
Wojciech Tyczynski 2016-03-04 20:31:59 +01:00
parent 09313b0847
commit 113e0496c7
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -67,7 +67,7 @@
export NUM_NODES="3"
export MASTER_SIZE="n1-standard-2"
export NODE_SIZE="n1-standard-4"
export KUBE_GCE_ZONE="us-east1-d"
export KUBE_GCE_ZONE="us-central1-f"
export KUBEMARK_MASTER_SIZE="n1-standard-4"
export KUBEMARK_NUM_NODES="100"
- '500-gce':
@ -86,7 +86,7 @@
export NUM_NODES="6"
export MASTER_SIZE="n1-standard-4"
export NODE_SIZE="n1-standard-8"
export KUBE_GCE_ZONE="us-east1-b"
export KUBE_GCE_ZONE="us-central1-f"
export KUBEMARK_MASTER_SIZE="n1-standard-16"
export KUBEMARK_NUM_NODES="500"
- 'gce-scale':
@ -111,6 +111,6 @@
export NODE_SIZE="n1-standard-8"
export KUBEMARK_MASTER_SIZE="n1-standard-16"
export KUBEMARK_NUM_NODES="1000"
export KUBE_GCE_ZONE="us-east1-b"
export KUBE_GCE_ZONE="us-central1-f"
jobs:
- 'kubernetes-kubemark-{suffix}'