Commit 558ae212 authored by Tim Hockin's avatar Tim Hockin

Merge pull request #11165 from brendandburns/e2e2

increase NUM_MINIONS to 3 for e2e + jenkins by default.
parents f5919d48 910857a4
......@@ -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
......
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