Files
nomad/.changelog/26271.txt
Daniel Bennett 089c148236 allocrunner: run all postrun hooks, even on error (#26271)
e.g. if the consul postrun hook fails, continue running
the subsequent postrun hooks, which among other things
includes network/CNI/iptables cleanup.
2025-07-14 13:55:33 -04:00

4 lines
103 B
Plaintext

```release-note:bug
client: run all allocrunner postrun (cleanup) hooks, even if any of them error
```