From 768766ac1a80919cff3e03d784c102b003bc3db1 Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Tue, 25 Mar 2025 12:46:59 -0700 Subject: [PATCH] fix(ec): 7443 only required on loopback interface --- docs/partials/embedded-cluster/_port-reqs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/partials/embedded-cluster/_port-reqs.mdx b/docs/partials/embedded-cluster/_port-reqs.mdx index 56be69f4af..131f4b19d0 100644 --- a/docs/partials/embedded-cluster/_port-reqs.mdx +++ b/docs/partials/embedded-cluster/_port-reqs.mdx @@ -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 @@ -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