Skip to content

Commit ba6d515

Browse files
authored
Merge pull request #5792 from nojnhuh/dra-kcm-qps-burst-testing
Reduce qps/burst for kube-controller-manager in DRA load test templates
2 parents 02798fd + 55ae022 commit ba6d515

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)