Update segments.html.markdown.erb

This commit is contained in:
James Phillips 2017-09-06 16:42:13 -07:00 committed by GitHub
parent c283dc4202
commit f872996429

View File

@ -57,7 +57,7 @@ linking the different segments together. The configured list of segments is spec
another segment, or the listening port of another segment on a server, they will get a segment mismatch error. another segment, or the listening port of another segment on a server, they will get a segment mismatch error.
Once the servers have been configured with the correct segment info, the clients only need to specify Once the servers have been configured with the correct segment info, the clients only need to specify
their own segment in the [Agent Config](/docs/agent/options.html) and join by connecting to another their own segment in the [Agent Config](/docs/agent/options.html#_segment) and join by connecting to another
agent within the same segment. If joining to a Consul server, client will need to provide the server's agent within the same segment. If joining to a Consul server, client will need to provide the server's
port for their segment along with the address of the server when performing the join (for example, port for their segment along with the address of the server when performing the join (for example,
`consul agent -retry-join "consul.domain.internal:1234"`). `consul agent -retry-join "consul.domain.internal:1234"`).