Command: operator
The operator
command provides cluster-level tools for Nomad operators, such
as interacting with the Raft subsystem. This was added in Nomad 0.5.5.
Use this command with extreme caution, as improper use could lead to a Nomad outage and even loss of data.
See the Outage Recovery guide guide for some examples of how this command is used. For an API to perform these operations programmatically, please see the documentation for the Operator endpoint.
Usage
Usage: nomad operator <subcommand> <subcommand> [options]
Run nomad operator <subcommand>
with no arguments for help on that subcommand.
The following subcommands are available:
operator autopilot get-config
- Display the current Autopilot configurationoperator autopilot set-config
- Modify the current Autopilot configuration[
operator debug
][debug] - Build an archive of debug dataoperator keygen
- Generates a new encryption keyoperator keyring
- Manages gossip layer encryption keysoperator raft list-peers
- Display the current Raft peer configurationoperator raft remove-peer
- Remove a Nomad server from the Raft configurationoperator snapshot agent
Enterprise - Inspects a snapshot of the Nomad server stateoperator snapshot save
- Saves a snapshot of the Nomad server stateoperator snapshot restore
- Restores a snapshot of the Nomad server stateoperator snapshot inspect
- Inspects a snapshot of the Nomad server state