Commit 910857a4 authored by Brendan Burns's avatar Brendan Burns

increase NUM_MINIONS to 3 for e2e + jenkins by default.

parent 9482487f
...@@ -51,7 +51,7 @@ if [[ ${JOB_NAME} =~ ^kubernetes-.*-gce ]]; then ...@@ -51,7 +51,7 @@ if [[ ${JOB_NAME} =~ ^kubernetes-.*-gce ]]; then
: ${E2E_ZONE:="us-central1-f"} : ${E2E_ZONE:="us-central1-f"}
: ${MASTER_SIZE:="n1-standard-2"} : ${MASTER_SIZE:="n1-standard-2"}
: ${MINION_SIZE:="n1-standard-2"} : ${MINION_SIZE:="n1-standard-2"}
: ${NUM_MINIONS:="2"} : ${NUM_MINIONS:="3"}
fi fi
if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment