open-nomad/.changelog/13472.txt
Tim Gross 1fc8995590
query for leader in operator debug command (#13472)
The `operator debug` command doesn't output the leader anywhere in the
output, which adds extra burden to offline debugging (away from an
ongoing incident where you can simply check manually). Query the
`/v1/status/leader` API but degrade gracefully.
2022-07-06 10:57:44 -04:00

4 lines
97 B
Plaintext

```release-note:improvement
cli: `operator debug` now outputs current leader to debug bundle
```