Skip to content

Commit

Permalink
docs: Clarify docs for providing multiple join addresses
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
blake committed Jan 26, 2022
1 parent 3d65737 commit 2f291df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/content/commands/join.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ are not supported from commands, but may be from the corresponding HTTP endpoint

Usage: `consul join [options] address ...`

You may call join with multiple addresses if you want to try to join
multiple clusters. Consul will attempt to join all addresses, and the join
command will fail only if Consul was unable to join with any.
You may call `join` with multiple addresses if you want attempt to join the cluster
through multiple nodes. Consul will attempt to join all addresses. The join
command will fail only if Consul was unable to join any of the specified addresses.

#### API Options

Expand Down

0 comments on commit 2f291df

Please sign in to comment.