Skip to content

Commit 9dd834a

Browse files
authored
Merge pull request #46266 from xuzhenglun/dev-1.31
Remove GA ServiceNodePortStaticSubrange feature gate
2 parents f84e28e + 8c8dc5a commit 9dd834a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,6 @@ spec:
523523
524524
#### Reserve Nodeport ranges to avoid collisions {#avoid-nodeport-collisions}
525525
526-
{{< feature-state for_k8s_version="v1.29" state="stable" >}}
527-
528526
The policy for assigning ports to NodePort services applies to both the auto-assignment and
529527
the manual assignment scenarios. When a user wants to create a NodePort service that
530528
uses a specific port, the target port may conflict with another port that has already been assigned.

content/en/docs/reference/command-line-tools-reference/feature-gates/service-nodeport-static-subrange.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.29"
20+
toVersion: "1.30"
21+
22+
removed: true
2023
---
2124
Enables the use of different port allocation
2225
strategies for NodePort Services. For more details, see

0 commit comments

Comments
 (0)