mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The `operator client-state` command is mostly used for developer debugging of the Nomad client state, but it hasn't been updated with several recent additions. Add allocation identities, network status, and dynamic volumes to the objects it outputs. Also, fix a bug where reading the state for an allocation without task states will crash the CLI. This can happen if the Nomad client stops after an alloc is persisted to disk but before the task actually starts.
8 lines
273 B
Plaintext
8 lines
273 B
Plaintext
```release-note:improvement
|
|
cli: Added identities, networks, and volumes to the output of the `operator client-state` command
|
|
```
|
|
|
|
```release-note:bug
|
|
cli: Fixed a bug where the `operator client-state` command would crash if it reads an allocation without a task state
|
|
```
|