Skip to content

Commit dcbd2c4

Browse files
committed
Fix typo in Kubernetes node ports range in network flow matrix
Fix incorrect range. https://docs.openshift.com/container-platform/4.16/networking/configuring-node-port-service-range.html
1 parent 636a2f1 commit dcbd2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/network-flow-matrix.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To view or download the raw CSV content, see link:https://raw.githubusercontent.
1616
Additionally, consider the following dynamic port ranges when managing ingress traffic:
1717

1818
* `9000-9999`: Host level services
19-
* `3000-32767`: Kubernetes node ports
19+
* `30000-32767`: Kubernetes node ports
2020
* `49152-65535`: Dynamic or private ports
2121
2222
[NOTE]

0 commit comments

Comments
 (0)