mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #32604 from coufon/increase_qps
Automatic merge from submit-queue Enable DynamicKubeletConfig in benchmark test properties This PR fixes "change QPS limit" failure by adding "TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'" in jenkins-benchmark.properties
This commit is contained in:
commit
18a29c4089
@ -6,4 +6,5 @@ CLEANUP=true
|
||||
GINKGO_FLAGS='--skip="\[Flaky\]"'
|
||||
SETUP_NODE=false
|
||||
#TEST_ARGS=--cgroups-per-qos=false
|
||||
TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'
|
||||
PARALLELISM=1
|
||||
|
Loading…
Reference in New Issue
Block a user