mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
32 lines
979 B
Plaintext
32 lines
979 B
Plaintext
---
|
|
layout: "docs"
|
|
page_title: "Commands: operator"
|
|
sidebar_current: "docs-commands-operator"
|
|
description: >
|
|
The operator command provides cluster-level tools for Nomad operators.
|
|
---
|
|
|
|
# Nomad Operator
|
|
|
|
Command: `nomad 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](/guides/outage.html) guide for some examples of how
|
|
this command is used. For an API to perform these operations programatically,
|
|
please see the documentation for the [Operator](/guides/outage.html)
|
|
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:
|
|
|
|
* `raft` - View and modify Nomad's Raft configuration.
|