mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Merge pull request #4743 from hashicorp/doc-rpc-port-discussion
docs: make explicit the communication pattern on RPC port (4647)
This commit is contained in:
@@ -67,8 +67,8 @@ port.
|
||||
* HTTP API (Default 4646). This is used by clients and servers to serve the HTTP
|
||||
API. TCP only.
|
||||
|
||||
* RPC (Default 4647). This is used by servers and clients to communicate among
|
||||
each other. TCP only.
|
||||
* RPC (Default 4647). This is used for internal RPC communication between client
|
||||
agents and servers, and for inter-server traffic. TCP only.
|
||||
|
||||
* Serf WAN (Default 4648). This is used by servers to gossip both over the LAN and
|
||||
WAN to other servers. It isn't required that Nomad clients can reach this address.
|
||||
|
||||
Reference in New Issue
Block a user