Merge pull request #834 from andyzhangx/increase-retry-interval-max
fix: increase default provisioner, snapshotter retry-interval-max
This commit is contained in:
commit
201f63ae0c
Binary file not shown.
@ -73,6 +73,7 @@ spec:
|
||||
- "--extra-create-metadata=true"
|
||||
- "--feature-gates=HonorPVReclaimPolicy=true"
|
||||
- "--timeout=1200s"
|
||||
- "--retry-interval-max=30m"
|
||||
env:
|
||||
- name: ADDRESS
|
||||
value: /csi/csi.sock
|
||||
@ -123,6 +124,7 @@ spec:
|
||||
- "--leader-election-namespace={{ .Release.Namespace }}"
|
||||
- "--leader-election"
|
||||
- "--timeout=1200s"
|
||||
- "--retry-interval-max=30m"
|
||||
env:
|
||||
- name: ADDRESS
|
||||
value: /csi/csi.sock
|
||||
|
||||
@ -47,6 +47,7 @@ spec:
|
||||
- "--extra-create-metadata=true"
|
||||
- "--feature-gates=HonorPVReclaimPolicy=true"
|
||||
- "--timeout=1200s"
|
||||
- "--retry-interval-max=30m"
|
||||
env:
|
||||
- name: ADDRESS
|
||||
value: /csi/csi.sock
|
||||
@ -95,6 +96,7 @@ spec:
|
||||
- "--leader-election-namespace=kube-system"
|
||||
- "--leader-election"
|
||||
- "--timeout=1200s"
|
||||
- "--retry-interval-max=30m"
|
||||
env:
|
||||
- name: ADDRESS
|
||||
value: /csi/csi.sock
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user