Skip to content

Commit 8e98848

Browse files
authored
Merge pull request #5746 from nojnhuh/dra-ctrl-qps-burst
Bump QPS and burst for kube-controller-manager in DRA load test
2 parents c10e258 + 3f5d5e4 commit 8e98848

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
2+
kind: KubeadmControlPlane
3+
metadata:
4+
name: ${CLUSTER_NAME}-control-plane
5+
namespace: default
6+
spec:
7+
kubeadmConfigSpec:
8+
clusterConfiguration:
9+
controllerManager:
10+
extraArgs:
11+
kube-api-qps: "200"
12+
kube-api-burst: "400"

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

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

templates/test/dev/custom-builds-load-dra/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ patches:
77
- path: ../../ci/patches/dra-kubeadmcontrolplane.yaml
88
target:
99
kind: KubeadmControlPlane
10+
- path: ../../ci/patches/dra-kubeadmcontrolplane-load.yaml
1011
- path: ../../ci/patches/dra-kubeadmconfig.yaml
1112
target:
1213
kind: KubeadmConfig

0 commit comments

Comments
 (0)