mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Bigger performance test cluster
This commit is contained in:
parent
d7a1965fd9
commit
586bae7948
@ -46,9 +46,7 @@ if [[ "${PERFORMANCE:-}" == "true" ]]; then
|
|||||||
else
|
else
|
||||||
export MASTER_SIZE="n1-standard-4"
|
export MASTER_SIZE="n1-standard-4"
|
||||||
fi
|
fi
|
||||||
# TODO(wojtek-t): Once we have enough quota for the project, increase
|
export NUM_MINIONS="100"
|
||||||
# NUM_MINIONS to 100 (which is our v1.0 goal).
|
|
||||||
export NUM_MINIONS="10"
|
|
||||||
GINKGO_TEST_ARGS="--ginkgo.focus=\[Performance suite\] "
|
GINKGO_TEST_ARGS="--ginkgo.focus=\[Performance suite\] "
|
||||||
else
|
else
|
||||||
if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
|
if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user