-
Notifications
You must be signed in to change notification settings - Fork 31
feat(ec): document firewalld configuration #3064
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
feat(ec): document firewalld configuration #3064
Conversation
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
|
||
| * Required only if the application uses the [Replicated private registry](/vendor/private-images-replicated). | ||
|
|
||
| ## About Firewalld Configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ Moved this over to the main Install Requirements topic as it's own "About" heading.
The ports section (where it was previously) has language that states: "This section lists the ports used by Embedded Cluster. These ports must be open and available for both single- and multi-node installations", and that didn't feel like it applied to the info about firewalld config.
|
|
||
| ## About Firewalld Configuration | ||
|
|
||
| When Firewalld is enabled in the installation environment, Embedded Cluster modifies the Firewalld config to allow traffic over the pod and service networks and to open the required ports on the host. No additional configuration is required. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No additional configuration is required.
Added this. Can remove if it's not helpful
| </zone> | ||
| ``` | ||
|
|
||
| The following ports are opened in the default zone: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just reformatted this list of ports into a table
No description provided.