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