ServerExternalAddresses parameter clarification (#15506)
This commit is contained in:
parent
141f6c7591
commit
de9213a10b
|
@ -42,8 +42,7 @@ The table below shows this endpoint's support for
|
|||
- `Partition` `(string: "")` - <EnterpriseAlert inline /> The admin partition that the
|
||||
peering token is generated from. Uses `default` when not specified.
|
||||
|
||||
- `ServerExternalAddresses` `([]string: <optional>)` - A list of addresses to put
|
||||
into the generated token. Addresses are the form of `{host or IP}:port`.
|
||||
- `ServerExternalAddresses` `([]string: <optional>)` - The addresses for the cluster that generates the peering token. Addresses take the form `{host or IP}:port`.
|
||||
You can specify one or more load balancers or external IPs that route external traffic to this cluster's Consul servers.
|
||||
|
||||
- `Meta` `(map<string|string>: <optional>)` - Specifies KV metadata to associate with
|
||||
|
|
Loading…
Reference in New Issue