Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/partials/embedded-cluster/_port-reqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This section lists the ports used by Embedded Cluster. These ports must be open
The following ports must be open and available for use by local processes running on the same node. It is not necessary to create firewall openings for these ports.

* 2379/TCP
* 7443/TCP
* 9099/TCP
* 10248/TCP
* 10257/TCP
Expand All @@ -21,7 +22,6 @@ For single-node installations, ensure that there are no other processes using th
* 2380/TCP
* 4789/UDP
* 6443/TCP
* 7443/TCP
* 9091/TCP
* 9443/TCP
* 10249/TCP
Expand Down