Skip to content

Commit

Permalink
Merge pull request #1775 from andyzhangx/increase-retry-interval-max-…
Browse files Browse the repository at this point in the history
…1.24

[release-1.24] fix: increase default provisioner retry-interval-max
  • Loading branch information
andyzhangx authored Dec 24, 2024
2 parents 822d18f + e37cd6e commit 452f896
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified charts/latest/blob-csi-driver-v1.24.5.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ spec:
- "--kube-api-qps=50"
- "--kube-api-burst=100"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down
1 change: 1 addition & 0 deletions deploy/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec:
- "--kube-api-qps=50"
- "--kube-api-burst=100"
- "--feature-gates=HonorPVReclaimPolicy=true"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down

0 comments on commit 452f896

Please sign in to comment.