Skip to content

Commit 33655f2

Browse files
authored
Merge pull request #3970 from replicatedhq/embedded-cluster-port-reqs
correct port for embedded cluster UI
2 parents 7885726 + 53534dc commit 33655f2

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ For single-node installations, ensure that there are no other processes using th
3030

3131
#### Embedded Cluster UI port
3232

33-
The Embedded Cluster UI requires that port 30000/TCP is open and available. Create a firewall opening for port 30000/TCP so that the end user can access the UI.
33+
Create a firewall opening for port 30080/TCP.
34+
The Embedded Cluster UI requires that port 30080/TCP is open and available.
3435

35-
Additionally, port 30000 must be accessible by nodes joining the cluster.
36+
Additionally, port 30080 must be accessible by nodes joining the cluster.
3637

37-
If port 30000 is occupied, you can select a different port for the Admin Console during installation. For more information, see [install](/embedded-cluster/v3/embedded-cluster-install).
38+
If port 30080 is occupied, you can select a different port for the Admin Console during installation. For more information, see [install](/embedded-cluster/v3/embedded-cluster-install).
3839

3940
#### LAM port
4041

embedded-cluster/embedded-v3-migrate.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ To update a release from Embedded Cluster v2 to v3:
9999
100100
1. Promote the release to a development channel that you use for testing.
101101
102+
1. In the VM where you plan to test the installation, create a firewall opening for port 30080/TCP. Embedded Cluster v3 requires that port 30080 is open and available.
103+
102104
1. Test the installation using a development customer.
103105
104106
## Migrate an installation from Embedded Cluster v2 to Embedded Cluster v3

0 commit comments

Comments
 (0)