Skip to content

Commit

Permalink
fix: increase csi-attacher client QPS
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 30, 2022
1 parent 0d548ad commit 62f257e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file modified charts/latest/azuredisk-csi-driver-v0.0.0.tgz
Binary file not shown.
Expand Up @@ -92,6 +92,8 @@ spec:
- "-leader-election"
- "--leader-election-namespace={{ .Release.Namespace }}"
- "-worker-threads={{ .Values.controller.attacherWorkerThreads }}"
- "-kube-api-qps=25"
- "-kube-api-burst=50"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down
2 changes: 2 additions & 0 deletions deploy/csi-azuredisk-controller.yaml
Expand Up @@ -63,6 +63,8 @@ spec:
- "-leader-election"
- "--leader-election-namespace=kube-system"
- "-worker-threads=500"
- "-kube-api-qps=25"
- "-kube-api-burst=50"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down

0 comments on commit 62f257e

Please sign in to comment.