File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
concepts/services-networking
reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -523,8 +523,6 @@ spec:
523
523
524
524
#### Reserve Nodeport ranges to avoid collisions {#avoid-nodeport-collisions}
525
525
526
- {{< feature-state for_k8s_version="v1.29" state="stable" >}}
527
-
528
526
The policy for assigning ports to NodePort services applies to both the auto-assignment and
529
527
the manual assignment scenarios. When a user wants to create a NodePort service that
530
528
uses a specific port, the target port may conflict with another port that has already been assigned.
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ stages:
17
17
- stage : stable
18
18
defaultValue : true
19
19
fromVersion : " 1.29"
20
+ toVersion : " 1.30"
21
+
22
+ removed : true
20
23
---
21
24
Enables the use of different port allocation
22
25
strategies for NodePort Services. For more details, see
You can’t perform that action at this time.
0 commit comments