Skip to content

Commit 4a9d7bc

Browse files
committed
Fixup
1 parent 6c0827a commit 4a9d7bc

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

modules/nw-nodeport-service-range-edit.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ $ oc patch network.config.openshift.io cluster --type=merge -p \
3232
}'
3333
----
3434
+
35-
---
35+
--
3636
where:
3737
3838
`<port_range>`:: specifies your expanded range, such as `30000-32900`.
39-
---
39+
--
4040
+
4141
[TIP]
4242
====

networking/configuring_network_settings/configuring-node-port-service-range.adoc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ toc::[]
88

99
During cluster installation, you can configure the node port range to meet the requirements of your cluster. After cluster installation, only a cluster administrator can expand the range as a postinstallation task. If your cluster uses a large number of node ports, consider increasing the available port range according to the requirements of your cluster.
1010

11-
[IMPORTANT]
12-
====
13-
Before you expand a node port range, consider that Red{nbsp}Hat has not performed testing outside the default port range of `30000-32768`. For ranges outside the default port range, ensure that you test to verify the expanding node port range does not impact your cluster. If you expanded the range and a port allocation issue occurs, create a new cluster and set the required range for it.
14-
====
15-
1611
If you do not set a node port range during cluster installation, the default range of `30000-32768` applies to your cluster. In this situation, you can expand the range on either side, but you must preserve `30000-32768` within your new port range.
1712

1813
[IMPORTANT]
1914
====
20-
If you expand the node port range and {oc-first} stops working because of a port conflict with the OpenShift API server, you must create a new cluster.
21-
Ensure that the new node port range does not overlap with any ports already in use by host processes or pods that are configured with host networking.
15+
Red{nbsp}Hat has not performed testing outside the default port range of `30000-32768`. For ranges outside the default port range, ensure that you test to verify the expanding node port range does not impact your cluster. In particular, ensure that there is:
16+
17+
- No overlap with any ports already in use by host processes
18+
- No overlap with any ports already in use by pods that are configured with host networking
19+
20+
If you expanded the range and a port allocation issue occurs, create a new cluster and set the required range for it.
21+
22+
If you expand the node port range and {oc-first} stops working because of a port conflict with the {product-title} API server, you must create a new cluster.
2223
====
2324

2425
// Expanding the node port range

0 commit comments

Comments
 (0)