mirror of https://github.com/status-im/consul.git
Merge pull request #2510 from BenjaminFarley/master
Update to operator docs/comments
This commit is contained in:
commit
597166a054
|
@ -24,7 +24,7 @@ Usage: consul operator <subcommand> [common options] [action] [options]
|
|||
the Raft subsystem. NOTE: Use this command with extreme caution, as improper
|
||||
use could lead to a Consul outage and even loss of data.
|
||||
|
||||
If ACLs are enabled then a token with operator privileges may required in
|
||||
If ACLs are enabled then a token with operator privileges may be required in
|
||||
order to use this command. Requests are forwarded internally to the leader
|
||||
if required, so this can be run from any Consul node in a cluster.
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ as interacting with the Raft subsystem. This was added in Consul 0.7.
|
|||
~> Use this interface with extreme caution, as improper use could lead to a Consul
|
||||
outage and even loss of data.
|
||||
|
||||
If ACLs are enabled then a token with operator privileges may required in
|
||||
If ACLs are enabled then a token with operator privileges may be required in
|
||||
order to use this interface. See the [ACL](/docs/internals/acl.html#operator)
|
||||
internals guide for more information.
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ as interacting with the Raft subsystem. This was added in Consul 0.7.
|
|||
~> Use this command with extreme caution, as improper use could lead to a Consul
|
||||
outage and even loss of data.
|
||||
|
||||
If ACLs are enabled then a token with operator privileges may required in
|
||||
If ACLs are enabled then a token with operator privileges may be required in
|
||||
order to use this command. Requests are forwarded internally to the leader
|
||||
if required, so this can be run from any Consul node in a cluster. See the
|
||||
[ACL](/docs/internals/acl.html#operator) internals guide for more information.
|
||||
|
|
Loading…
Reference in New Issue