-
Notifications
You must be signed in to change notification settings - Fork 31
Update port requirements for EC #2968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,24 +1,43 @@ | ||
| Embedded Cluster requires that the following ports are open and available: | ||
| This section lists the ports used by Embedded Cluster. These ports must be open and available for both single- and multi-node installations. | ||
|
|
||
| #### Ports Used by Local Processes | ||
|
|
||
| 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 | ||
| * 9099/TCP | ||
| * 10248/TCP | ||
| * 10257/TCP | ||
| * 10259/TCP | ||
|
|
||
| #### Ports Required for Bidirectional Communication Between Nodes | ||
|
|
||
| The following ports are used for bidirectional communication between nodes. | ||
|
|
||
| For multi-node installations, create firewall openings between nodes for these ports. | ||
|
|
||
| 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. | ||
|
|
||
| * 2379/TCP * | ||
| * 2380/TCP | ||
| * 4789/UDP | ||
| * 6443/TCP | ||
| * 7443/TCP | ||
| * 9091/TCP | ||
| * 9099/TCP * | ||
| * 9443/TCP | ||
| * 10248/TCP * | ||
| * 10249/TCP | ||
| * 10250/TCP | ||
| * 10256/TCP | ||
| * 10257/TCP * | ||
| * 10259/TCP * | ||
| * 30000/TCP *** | ||
| * 50000/TCP * ** *** | ||
|
|
||
| * These ports are used only by processes running on the same node. Ensure that there are no other processes using them. It is not necessary to create firewall openings for these ports. | ||
| #### Admin Console Port | ||
|
|
||
| The KOTS Admin Console requires that port 30000/TCP is open and available. Create a firewall opening for port 30000/TCP so that the Admin Console can be accessed by the end user. | ||
|
|
||
| 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) | ||
|
|
||
| ** Required for air gap installations only. | ||
| 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). | ||
|
|
||
| *** By default, the Admin Console and Local Artifact Mirror (LAM) run on ports 30000 and 50000, respectively. If these ports are occupied, you can select different ports during installation. For more information, see [Embedded Cluster Install Command Options](/reference/embedded-cluster-install). | ||
| 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). | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.