deploy: add --retry-interval-start arg for attacher & resizer

Considering this parameter is available for other sidecars we should
have a parity between the sidecars. Adding it for the same reason

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2020-05-22 11:53:58 +05:30 committed by mergify[bot]
parent f134fe5e86
commit 65982a0489
2 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,7 @@ spec:
- "--v=5" - "--v=5"
- "--csiTimeout=150s" - "--csiTimeout=150s"
- "--leader-election" - "--leader-election"
- "--retry-interval-start=500ms"
env: env:
- name: ADDRESS - name: ADDRESS
value: unix:///csi/csi-provisioner.sock value: unix:///csi/csi-provisioner.sock
@ -68,6 +69,7 @@ spec:
- "--v=5" - "--v=5"
- "--csi-address=$(ADDRESS)" - "--csi-address=$(ADDRESS)"
- "--leader-election=true" - "--leader-election=true"
- "--retry-interval-start=500ms"
env: env:
- name: ADDRESS - name: ADDRESS
value: /csi/csi-provisioner.sock value: /csi/csi-provisioner.sock

View File

@ -70,6 +70,7 @@ spec:
- "--v=5" - "--v=5"
- "--csi-address=$(ADDRESS)" - "--csi-address=$(ADDRESS)"
- "--leader-election=true" - "--leader-election=true"
- "--retry-interval-start=500ms"
env: env:
- name: ADDRESS - name: ADDRESS
value: /csi/csi-provisioner.sock value: /csi/csi-provisioner.sock
@ -88,6 +89,7 @@ spec:
- "--v=5" - "--v=5"
- "--csiTimeout=150s" - "--csiTimeout=150s"
- "--leader-election" - "--leader-election"
- "--retry-interval-start=500ms"
env: env:
- name: ADDRESS - name: ADDRESS
value: unix:///csi/csi-provisioner.sock value: unix:///csi/csi-provisioner.sock