Skip to content

Commit 201f63a

Browse files
authored
Merge pull request #834 from andyzhangx/increase-retry-interval-max
fix: increase default provisioner, snapshotter retry-interval-max
2 parents 19a873b + 0cf059f commit 201f63a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
23 Bytes
Binary file not shown.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ spec:
7373
- "--extra-create-metadata=true"
7474
- "--feature-gates=HonorPVReclaimPolicy=true"
7575
- "--timeout=1200s"
76+
- "--retry-interval-max=30m"
7677
env:
7778
- name: ADDRESS
7879
value: /csi/csi.sock
@@ -123,6 +124,7 @@ spec:
123124
- "--leader-election-namespace={{ .Release.Namespace }}"
124125
- "--leader-election"
125126
- "--timeout=1200s"
127+
- "--retry-interval-max=30m"
126128
env:
127129
- name: ADDRESS
128130
value: /csi/csi.sock

deploy/csi-nfs-controller.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ spec:
4747
- "--extra-create-metadata=true"
4848
- "--feature-gates=HonorPVReclaimPolicy=true"
4949
- "--timeout=1200s"
50+
- "--retry-interval-max=30m"
5051
env:
5152
- name: ADDRESS
5253
value: /csi/csi.sock
@@ -95,6 +96,7 @@ spec:
9596
- "--leader-election-namespace=kube-system"
9697
- "--leader-election"
9798
- "--timeout=1200s"
99+
- "--retry-interval-max=30m"
98100
env:
99101
- name: ADDRESS
100102
value: /csi/csi.sock

0 commit comments

Comments
 (0)