Skip to content

Commit

Permalink
Merge pull request #12137 from hashicorp/rpc-advertise-docs
Browse files Browse the repository at this point in the history
docs: clairfy advertise.rpc effect
  • Loading branch information
shoenig committed Feb 28, 2022
2 parents b76e04d + 3a6c824 commit 0b3ba5c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions website/content/docs/configuration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@ testing.
reachable by all the nodes from which end users are going to use the Nomad
CLI tools.

- `rpc` - The address advertised to Nomad client nodes. This allows
advertising a different RPC address than is used by Nomad Servers such that
the clients can connect to the Nomad servers if they are behind a NAT.
- `rpc` - The address used to advertise to Nomad clients for connecting to Nomad
servers for RPC. This allows Nomad clients to connect to Nomad servers from
behind a NAT gateway. This address much be reachable by all Nomad client nodes.
When set, the Nomad servers will use the `advertise.serf` address for RPC
connections amongst themselves. Setting this value on a Nomad client has no
effect.

- `serf` - The address advertised for the gossip layer. This address must be
reachable from all server nodes. It is not required that clients can reach
Expand Down

0 comments on commit 0b3ba5c

Please sign in to comment.