mirror of https://github.com/status-im/consul.git
Update segments.html.markdown.erb
This commit is contained in:
parent
c283dc4202
commit
f872996429
|
@ -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.
|
||||
|
||||
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
|
||||
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"`).
|
||||
|
@ -233,4 +233,4 @@ redis.query.consul. 0 IN SRV 1 1 9000 client2.node.dc1.consul.
|
|||
|
||||
;; ADDITIONAL SECTION:
|
||||
client2.node.dc1.consul. 0 IN A 192.168.0.6
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue