mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Fix a bug where system jobs may fail to be placed on a node that initially was not eligible for system job placement. This changes causes the reschedule to re-evaluate the node if any attribute used in feasibility checks changes. Fixes https://github.com/hashicorp/nomad/issues/8448
4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
```release-note:improvement
|
|
scheduler: Re-evaluate nodes for system jobs after attributes changes
|
|
```
|