mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #19371 from brendandburns/aws2
Switch to m3.medium for e2e testing
This commit is contained in:
commit
4e72ded59d
@ -254,8 +254,8 @@ if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
|
||||
: ${NUM_NODES:="100"}
|
||||
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Performance\]"}
|
||||
else
|
||||
: ${MASTER_SIZE:="m3.large"}
|
||||
: ${NODE_SIZE:="m3.large"}
|
||||
: ${MASTER_SIZE:="m3.medium"}
|
||||
: ${NODE_SIZE:="m3.medium"}
|
||||
: ${NUM_NODES:="3"}
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user