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:
Kubernetes Submit Queue 2016-09-13 18:10:52 -07:00 committed by GitHub
commit 18a29c4089

View File

@ -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