Skip to content

Commit dacd948

Browse files
authored
Merge pull request #90391 from stevsmit/OCPBUGS-34738-nodeport
Adds important note when altering node port range
2 parents aec9f93 + 0372eb5 commit dacd948

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
You can expand the node port range for the cluster.
1010

11+
[IMPORTANT]
12+
====
13+
You can expand the node port range into the protected port range, which is between 0 and 32767. However, after expansion, you cannot change the range. Attempting to change the range returns the following error:
14+
`The Network "cluster" is invalid: spec.serviceNodePortRange: Invalid value: "30000-32767": new service node port range 30000-32767 does not completely cover the previous range 0-32767`.
15+
16+
Before making changes, ensure that the new range you set is appropriate for your cluster.
17+
====
18+
1119
.Prerequisites
1220

1321
* Install the OpenShift CLI (`oc`).

0 commit comments

Comments
 (0)