mirror of https://github.com/hashicorp/consul
Clarify retry_join addresses for #1462
- Initial pass at adding note about address formats for retry_join; IPv4 is a list of IPs only, whereas IPv6 are bracketed IPs + portpull/2383/head
parent
9fc0c0ede2
commit
320b07c025
|
@ -658,7 +658,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
|
|||
* <a name="retry_join"></a><a href="#retry_join">`retry_join`</a> Equivalent to the
|
||||
[`-retry-join` command-line flag](#_retry_join). Takes a list
|
||||
of addresses to attempt joining every [`retry_interval`](#_retry_interval) until at least one
|
||||
[`-join`](#_join) works.
|
||||
[`-join`](#_join) works. The list should contain IPv4 addresses without port number or bracketed IPv6 addresses with the Serf LAN port number also specified — for example: `[::1]:8301`.
|
||||
|
||||
* <a name="retry_interval"></a><a href="#retry_interval">`retry_interval`</a> Equivalent to the
|
||||
[`-retry-interval` command-line flag](#_retry_interval).
|
||||
|
|
Loading…
Reference in New Issue