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:
parent
877e90e034
commit
50437acf16
@ -70,6 +70,7 @@ spec:
|
||||
- "--csi-address=$(ADDRESS)"
|
||||
- "--feature-gates=Topology=true"
|
||||
- "--strict-topology"
|
||||
- "--timeout=120s"
|
||||
env:
|
||||
- name: ADDRESS
|
||||
value: /csi/csi.sock
|
||||
|
Loading…
Reference in New Issue
Block a user