Skip to content

Commit aea78c2

Browse files
authored
Revert "ETCD port 2379 must be open between nodes (#3287)"
This reverts commit fc2cdb5.
1 parent fc2cdb5 commit aea78c2

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,6 +4,7 @@ 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
78
* 7443/TCP
89
* 9099/TCP
910
* 10248/TCP
@@ -18,7 +19,6 @@ For multi-node installations, create firewall openings between nodes for these p
1819

1920
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.
2021

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,6 +146,7 @@ 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
149150
* 7443/TCP
150151
* 9099/TCP
151152
* 10248/TCP
@@ -160,7 +161,6 @@ For multi-node installations, create firewall openings between nodes for these p
160161

161162
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.
162163

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

0 commit comments

Comments
 (0)