Skip to content

Commit

Permalink
feat: increase api qps limit of csi-provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Oct 24, 2022
1 parent a7e1b80 commit fac49a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file modified charts/latest/blob-csi-driver-v0.0.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ spec:
- "--leader-election-namespace={{ .Release.Namespace }}"
- "--timeout=120s"
- "--extra-create-metadata=true"
- "--kube-api-qps=50"
- "--kube-api-burst=100"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down
2 changes: 2 additions & 0 deletions deploy/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ spec:
- "--leader-election-namespace=kube-system"
- "--timeout=120s"
- "--extra-create-metadata=true"
- "--kube-api-qps=50"
- "--kube-api-burst=100"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down

0 comments on commit fac49a3

Please sign in to comment.