Skip to content

Commit

Permalink
Merge pull request #2303 from kubernetes-sigs/increase-retry-interval…
Browse files Browse the repository at this point in the history
…-max

fix: increase provisioner, resizer, snapshotter retry-interval-max
  • Loading branch information
andyzhangx authored Dec 24, 2024
2 parents 1e73071 + 057d104 commit 7d5d0fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file modified charts/latest/azurefile-csi-driver-v0.0.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,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 All @@ -117,6 +118,7 @@ spec:
- "-leader-election"
- "--leader-election-namespace={{ .Release.Namespace }}"
- "-v=2"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand All @@ -142,6 +144,7 @@ spec:
- '-handle-volume-inuse-error=false'
- '-timeout=120s'
- '-feature-gates=RecoverVolumeExpansionFailure=true'
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down
3 changes: 3 additions & 0 deletions deploy/csi-azurefile-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 All @@ -71,6 +72,7 @@ spec:
- "-csi-address=$(ADDRESS)"
- "--leader-election"
- "--leader-election-namespace=kube-system"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand All @@ -97,6 +99,7 @@ spec:
- '-handle-volume-inuse-error=false'
- '-feature-gates=RecoverVolumeExpansionFailure=true'
- '-timeout=120s'
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down

0 comments on commit 7d5d0fd

Please sign in to comment.