From f6b07e251a9cab14f9d6d050313cbf37a0dfc151 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Fri, 21 Feb 2025 14:10:19 -0700 Subject: [PATCH 1/2] Update LAM port requirements to remove air gap only --- docs/partials/embedded-cluster/_port-reqs.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/partials/embedded-cluster/_port-reqs.mdx b/docs/partials/embedded-cluster/_port-reqs.mdx index 021011ea0f..596a94e87b 100644 --- a/docs/partials/embedded-cluster/_port-reqs.mdx +++ b/docs/partials/embedded-cluster/_port-reqs.mdx @@ -36,8 +36,8 @@ Additionally, port 30000 must be accessible by nodes joining the cluster. If port 30000 is occupied, you can select a different port for the Admin Console during installation. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install). -#### LAM Port (Air Gap Only) +#### LAM Port -In addition to the ports above, air gap installations also require that port 50000/TCP is open and available for the Local Artifact Mirror (LAM). +the Local Artifact Mirror (LAM) requires that port 50000/TCP is open and available. If port 50000 is occupied, you can select a different port for the LAM during installation. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install). \ No newline at end of file From 0c141d1097325c4af6ccf59abd2186e9897483ad Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Fri, 21 Feb 2025 14:46:22 -0700 Subject: [PATCH 2/2] typo --- docs/partials/embedded-cluster/_port-reqs.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/partials/embedded-cluster/_port-reqs.mdx b/docs/partials/embedded-cluster/_port-reqs.mdx index 596a94e87b..56be69f4af 100644 --- a/docs/partials/embedded-cluster/_port-reqs.mdx +++ b/docs/partials/embedded-cluster/_port-reqs.mdx @@ -38,6 +38,6 @@ If port 30000 is occupied, you can select a different port for the Admin Console #### LAM Port -the Local Artifact Mirror (LAM) requires that port 50000/TCP is open and available. +The Local Artifact Mirror (LAM) requires that port 50000/TCP is open and available. -If port 50000 is occupied, you can select a different port for the LAM during installation. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install). \ No newline at end of file +If port 50000 is occupied, you can select a different port for the LAM during installation. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install).