mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Using bigger node for master node for jenkin-e2e tests.
This commit is contained in:
@@ -53,7 +53,7 @@ else
|
||||
if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
|
||||
export MASTER_SIZE=${MASTER_SIZE:-"t2.small"}
|
||||
else
|
||||
export MASTER_SIZE=${MASTER_SIZE:-"g1-small"}
|
||||
export MASTER_SIZE=${MASTER_SIZE:-"n1-standard-2"}
|
||||
export MINION_SIZE=${MINION_SIZE:-"n1-standard-2"}
|
||||
fi
|
||||
export NUM_MINIONS=${NUM_MINIONS:-"2"}
|
||||
|
Reference in New Issue
Block a user