Skip to content

Commit

Permalink
Merge pull request #1773 from andyzhangx/increase-retry-interval-max
Browse files Browse the repository at this point in the history
fix: increase default provisioner retry-interval-max
  • Loading branch information
andyzhangx authored Dec 24, 2024
2 parents 7b7c1e1 + fa178b8 commit f8f568c
Show file tree
Hide file tree
Showing 3 changed files with 2 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 @@ -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 f8f568c

Please sign in to comment.