Skip to content

Commit

Permalink
fix: increase provisioner, resizer, snapshotter retry-interval-max
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 23, 2024
1 parent b712338 commit ebe9a9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file modified charts/latest/azurefile-csi-driver-v1.30.6.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,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 @@ -110,6 +111,7 @@ spec:
- "-leader-election"
- "--leader-election-namespace={{ .Release.Namespace }}"
- "-v=2"
- "--retry-interval-max=30m"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand All @@ -135,6 +137,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 @@ -45,6 +45,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 @@ -68,6 +69,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 @@ -94,6 +96,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 ebe9a9c

Please sign in to comment.