Skip to content

Commit 5620c63

Browse files
authored
Merge pull request #893 from andyzhangx/increase-retry-interval-max
fix: increase default provisioner retry-interval-max
2 parents 9d258aa + afd4267 commit 5620c63

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
17 Bytes
Binary file not shown.

charts/latest/csi-driver-smb/templates/csi-smb-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ spec:
7979
- "--leader-election-namespace={{ .Release.Namespace }}"
8080
- "--extra-create-metadata=true"
8181
- "--feature-gates=HonorPVReclaimPolicy=true"
82+
- "--retry-interval-max=30m"
8283
env:
8384
- name: ADDRESS
8485
value: /csi/csi.sock

deploy/csi-smb-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ spec:
4646
- "--leader-election-namespace=kube-system"
4747
- "--feature-gates=HonorPVReclaimPolicy=true"
4848
- "--extra-create-metadata=true"
49+
- "--retry-interval-max=30m"
4950
env:
5051
- name: ADDRESS
5152
value: /csi/csi.sock

0 commit comments

Comments
 (0)