mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
When debugging an evaluation, you almost always want to know about all the related evaluations and what allocations were placed by that evaluation (and where), not just failed placements. We can enrich the command by adding the `related` query parameter to the API, and having the command query for the evaluations allocations automatically. Emit this data as a pair of new tables and expose fields like quota limits, and previous/next/blocked eval without the `-verbose` flag. Update the docs to include the full output and remove references to long-removed behavior of the `-json` flag. Ref: https://hashicorp.atlassian.net/browse/NMD-818 Ref: https://go.hashi.co/rfc/nmd-212
8 lines
300 B
Plaintext
8 lines
300 B
Plaintext
```release-note:improvement
|
|
cli: Added related evals and placed allocations tables to the eval status command, and exposed more fields without requiring the `-verbose` flag.
|
|
```
|
|
|
|
```release-note:improvement
|
|
api: The `Evaluations.Info` method of the Go API now populates the `RelatedEvals` field.
|
|
```
|