mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
increase NUM_MINIONS to 3 for e2e + jenkins by default.
This commit is contained in:
parent
9482487fe7
commit
910857a4a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user