From 910857a4a8b968bd5a94e3eeb7a58bce87474ee2 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Mon, 13 Jul 2015 10:34:55 -0700 Subject: [PATCH] increase NUM_MINIONS to 3 for e2e + jenkins by default. --- hack/jenkins/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 340cc1e4dd6..e38f245f44a 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -51,7 +51,7 @@ if [[ ${JOB_NAME} =~ ^kubernetes-.*-gce ]]; then : ${E2E_ZONE:="us-central1-f"} : ${MASTER_SIZE:="n1-standard-2"} : ${MINION_SIZE:="n1-standard-2"} - : ${NUM_MINIONS:="2"} + : ${NUM_MINIONS:="3"} fi if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then