Skip to content

Commit fc2cdb5

Browse files
authored
ETCD port 2379 must be open between nodes (#3287)
1 parent 51bab2d commit fc2cdb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/partials/embedded-cluster/_port-reqs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ This section lists the ports used by Embedded Cluster. These ports must be open
44

55
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.
66

7-
* 2379/TCP
87
* 7443/TCP
98
* 9099/TCP
109
* 10248/TCP
@@ -19,6 +18,7 @@ For multi-node installations, create firewall openings between nodes for these p
1918

2019
For single-node installations, ensure that there are no other processes using these ports. Although there is no communication between nodes in single-node installations, these ports are still required.
2120

21+
* 2379/TCP
2222
* 2380/TCP
2323
* 4789/UDP
2424
* 6443/TCP

static/vendor/embedded-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ This section lists the ports used by Embedded Cluster. These ports must be open
146146

147147
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.
148148

149-
* 2379/TCP
150149
* 7443/TCP
151150
* 9099/TCP
152151
* 10248/TCP
@@ -161,6 +160,7 @@ For multi-node installations, create firewall openings between nodes for these p
161160

162161
For single-node installations, ensure that there are no other processes using these ports. Although there is no communication between nodes in single-node installations, these ports are still required.
163162

163+
* 2379/TCP
164164
* 2380/TCP
165165
* 4789/UDP
166166
* 6443/TCP

0 commit comments

Comments
 (0)