Skip to content

Commit

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

[release-1.25] fix: increase default provisioner retry-interval-max
  • Loading branch information
andyzhangx authored Dec 24, 2024
2 parents b484b07 + 39f0262 commit 7247b66
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified charts/latest/blob-csi-driver-1.25.0.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 7247b66

Please sign in to comment.