Increase controller's timeout to prevent retry loops

Since remote tasks might get a bit longer to get scheduled, it's
reasonable to increase this timeout. Specifically, we faced an
issue with a `DeleteVolume` action timing out over and over since
it was running a bit over the default timeout.
This commit is contained in:
Mehran Kholdi 2021-08-03 01:02:50 +04:30
parent 877e90e034
commit 50437acf16
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ spec:
- "--csi-address=$(ADDRESS)"
- "--feature-gates=Topology=true"
- "--strict-topology"
- "--timeout=120s"
env:
- name: ADDRESS
value: /csi/csi.sock