Commit 7929e74
authored
Make executor clean up pods stuck terminating more quickly (#4697)
This config is used to determine when the executor needs to step in to
force kill a pod
- The timeout is in addition to the pods termination grace period second
- The timeout is purely give k8s some time to act
Waiting 30s for k8s to take action before calling force kill ourselves
should be OK (we're only speeding up what k8s should be doing already)
This should make cleaning up pods stuck in terminating states that k8s
can't handle far more responsive
Signed-off-by: JamesMurkin <jamesmurkin@hotmail.com>1 parent 52e21ce commit 7929e74
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments