open-nomad/.changelog/11945.txt
Samantha 54f8c04c91
Fix health checking for ephemeral poststart tasks (#11945)
Update the logic in the Nomad client's alloc health tracker which
erroneously marks existing healthy allocations with dead poststart ephemeral
tasks as unhealthy even if they were already successful during a previous
deployment.
2022-02-02 16:29:49 -05:00

4 lines
94 B
Plaintext

```release-note:bug
Fixed a bug where successful poststart tasks were marked as unhealthy
```