mirror of https://github.com/status-im/consul.git
Removes partial details in the retry_join config file section. (#3386)
This commit is contained in:
parent
1258c1fe94
commit
72c4b9ef5f
|
@ -1031,8 +1031,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
|
||||||
* <a name="rejoin_after_leave"></a><a href="#rejoin_after_leave">`rejoin_after_leave`</a> Equivalent
|
* <a name="rejoin_after_leave"></a><a href="#rejoin_after_leave">`rejoin_after_leave`</a> Equivalent
|
||||||
to the [`-rejoin` command-line flag](#_rejoin).
|
to the [`-rejoin` command-line flag](#_rejoin).
|
||||||
|
|
||||||
* `retry_join` - Equivalent to the
|
* `retry_join` - Equivalent to the [`-retry-join`](#retry-join) command-line flag.
|
||||||
[`-retry-join`](#retry-join) command-line flag. Takes a list of addresses to attempt joining every [`retry_interval`](#_retry_interval) until at least one join works. The list should contain IPv4 addresses with optional Serf LAN port number also specified or bracketed IPv6 addresses with optional port number — for example: `[::1]:8301`.
|
|
||||||
|
|
||||||
* `retry_join_ec2`- This parameter has been deprecated as of Consul 0.9.1. See [-retry-join](#retry-join) for details.
|
* `retry_join_ec2`- This parameter has been deprecated as of Consul 0.9.1. See [-retry-join](#retry-join) for details.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue