Skip to content

Commit 55ae022

Browse files
committed
Reduce qps/burst for kube-controller-manager in DRA load test templates
1 parent d2122be commit 55ae022

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

templates/test/ci/patches/dra-kubeadmcontrolplane-load.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
clusterConfiguration:
99
controllerManager:
1010
extraArgs:
11-
kube-api-qps: "200"
12-
kube-api-burst: "400"
11+
kube-api-qps: "75"
12+
kube-api-burst: "150"

templates/test/dev/cluster-template-custom-builds-load-dra.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/dev/cluster-template-custom-builds-machine-pool-load-dra.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)