Skip to content

Commit 7247b66

Browse files
authored
Merge pull request #1774 from andyzhangx/increase-retry-interval-max-1.25
[release-1.25] fix: increase default provisioner retry-interval-max
2 parents b484b07 + 39f0262 commit 7247b66

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
14 Bytes
Binary file not shown.

charts/latest/blob-csi-driver/templates/csi-blob-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ spec:
8585
- "--kube-api-qps=50"
8686
- "--kube-api-burst=100"
8787
- "--feature-gates=HonorPVReclaimPolicy=true"
88+
- "--retry-interval-max=30m"
8889
env:
8990
- name: ADDRESS
9091
value: /csi/csi.sock

deploy/csi-blob-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ spec:
4848
- "--kube-api-qps=50"
4949
- "--kube-api-burst=100"
5050
- "--feature-gates=HonorPVReclaimPolicy=true"
51+
- "--retry-interval-max=30m"
5152
env:
5253
- name: ADDRESS
5354
value: /csi/csi.sock

0 commit comments

Comments
 (0)