mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Fix kubemark after increase kube-proxy resources
This commit is contained in:
parent
a7f06905c3
commit
d923730e10
@ -46,9 +46,9 @@
|
||||
export USE_KUBEMARK="true"
|
||||
export KUBEMARK_TESTS="\[Feature:Performance\]"
|
||||
# Override defaults to be independent from GCE defaults and set kubemark parameters
|
||||
export NUM_NODES="10"
|
||||
export NUM_NODES="3"
|
||||
export MASTER_SIZE="n1-standard-2"
|
||||
export NODE_SIZE="n1-standard-1"
|
||||
export NODE_SIZE="n1-standard-4"
|
||||
export KUBE_GCE_ZONE="us-central1-b"
|
||||
export KUBEMARK_MASTER_SIZE="n1-standard-4"
|
||||
export KUBEMARK_NUM_NODES="100"
|
||||
|
Loading…
Reference in New Issue
Block a user