Commit 550aa74
Nissan Pow
fix: disable pod cleanup for argo — was deleting pods mid-workflow
The background kubectl delete pods loop was racing with the argo
workflow controller: pods briefly show Succeeded before the controller
reads their task results. Deleting them causes "pod deleted" errors
and workflow failures. This was the root cause of all argo deployer
test failures across 3 consecutive runs.
Keep cleanup for airflow only (it manages pods differently) and
increase interval to 120s for safety.1 parent d3d7aac commit 550aa74
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
245 | 246 | | |
246 | | - | |
| 247 | + | |
247 | 248 | | |
248 | 249 | | |
249 | 250 | | |
| |||
0 commit comments