-
Notifications
You must be signed in to change notification settings - Fork 37
Adds a title to each of the port-requirements tables, clarifying these are Ingress ports #815
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
Conversation
@@ -78,6 +78,7 @@ The following table lists the opened ports in nodes running the management clust | |||
For CNI plug-in related ports, see <<cni-specific-port-requirements,CNI specific port requirements>>. | |||
==== | |||
|
|||
.Inbound Network Rules for Management Nodes | |||
|=== | |||
| Protocol | Port | Source | Description |
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.
Leaving a space between the line 84 and line 85 will make the headers bold.
| Protocol | Port | Source | Description | |
|=== | |
| Protocol | Port | Source | Description | |
| TCP | |
| 22 | |
| Any source that requires SSH access | |
| SSH access to management cluster nodes |
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.
Doing as such, thanks ;-)
@@ -78,6 +78,7 @@ The following table lists the opened ports in nodes running the management clust | |||
For CNI plug-in related ports, see <<cni-specific-port-requirements,CNI specific port requirements>>. | |||
==== | |||
|
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.
To provide an identifier to the table:
[#file-name-table-first]
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.
Where exactly should I add this [#file-name-table-first] asciidoc directive?
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.
.Inbound Network Rules for Management Nodes | |
[#table-inbound-network-rules-for-management-nodes] |
@@ -29,6 +29,7 @@ The hardware requirements for SUSE Telco Cloud are as follows: | |||
|
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.
To align the table, please add "+" here.
+ |
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.
Done
… are Ingress ports Signed-off-by: Antonio Alonso Alarcon <[email protected]>
fixes #814
This PR adds a title to each of the tables listed in
Port requirements
section (inasciidoc/product/atip-requirements.adoc
file) where it is clarified the listed ports are all Ingress ports.