mirror of https://github.com/hashicorp/consul
Small change to how operator docs read
parent
8ef76ec851
commit
58fa50e06d
|
@ -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
|
~> Use this interface with extreme caution, as improper use could lead to a Consul
|
||||||
outage and even loss of data.
|
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)
|
order to use this interface. See the [ACL](/docs/internals/acl.html#operator)
|
||||||
internals guide for more information.
|
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
|
~> Use this command with extreme caution, as improper use could lead to a Consul
|
||||||
outage and even loss of data.
|
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
|
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
|
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.
|
[ACL](/docs/internals/acl.html#operator) internals guide for more information.
|
||||||
|
|
Loading…
Reference in New Issue