mirror of
https://github.com/status-im/consul.git
synced 2025-01-14 15:54:40 +00:00
docs: Clarify docs for providing multiple join addresses
Rephrase the comment about specifying multiple join addresses to clarify that it pertains to joining a single cluster by attempting to contact one or more nodes.
This commit is contained in:
parent
3d657376e1
commit
2f291df412
@ -34,9 +34,9 @@ are not supported from commands, but may be from the corresponding HTTP endpoint
|
|||||||
|
|
||||||
Usage: `consul join [options] address ...`
|
Usage: `consul join [options] address ...`
|
||||||
|
|
||||||
You may call join with multiple addresses if you want to try to join
|
You may call `join` with multiple addresses if you want attempt to join the cluster
|
||||||
multiple clusters. Consul will attempt to join all addresses, and the join
|
through multiple nodes. Consul will attempt to join all addresses. The join
|
||||||
command will fail only if Consul was unable to join with any.
|
command will fail only if Consul was unable to join any of the specified addresses.
|
||||||
|
|
||||||
#### API Options
|
#### API Options
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user