From 430bfe2c635de8338e3122b62355a0a3c6860834 Mon Sep 17 00:00:00 2001 From: gmarek Date: Mon, 22 Feb 2016 07:37:37 +0100 Subject: [PATCH] Move enormour startup to east1-d zone --- .../job-configs/kubernetes-e2e-gce-enormous-startup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/job-configs/kubernetes-e2e-gce-enormous-startup.yaml b/hack/jenkins/job-configs/kubernetes-e2e-gce-enormous-startup.yaml index 4baac1c69b3..ca7169afca2 100644 --- a/hack/jenkins/job-configs/kubernetes-e2e-gce-enormous-startup.yaml +++ b/hack/jenkins/job-configs/kubernetes-e2e-gce-enormous-startup.yaml @@ -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-b" + export KUBE_GCE_ZONE="us-east1-d" export MASTER_SIZE="n1-standard-32" export NODE_SIZE="n1-standard-1" export NODE_DISK_SIZE="50GB"