Skip to content

Commit b999024

Browse files
authored
Merge pull request kubernetes#3985 from xuzhenglun/master
promote ServiceNodePortStaticSubrange to beta
2 parents da86404 + eb019be commit b999024

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 3668
22
alpha:
33
approver: "@wojtek-t"
4+
beta:
5+
approver: "@wojtek-t"

keps/sig-network/3668-reserved-service-nodeport-range/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,4 +465,7 @@ N/A
465465
466466
## Drawbacks
467467
468+
- v1.27 - Initial implementation https://github.com/kubernetes/kubernetes/pull/114418
469+
- v1.28 - Beta
470+
468471
## Alternatives

keps/sig-network/3668-reserved-service-nodeport-range/kep.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ owning-sig: sig-network
66
participating-sigs:
77
status: implementable
88
creation-date: 2022-11-30
9+
last-updated: 2023-05-05
910
reviewers:
1011
approvers:
1112
- "@thockin"
@@ -15,12 +16,12 @@ see-also:
1516
- "/keps/sig-network/3070-reserved-service-ip-range"
1617

1718
# The target maturity stage in the current dev cycle for this KEP.
18-
stage: alpha
19+
stage: beta
1920

2021
# The most recent milestone for which work toward delivery of this KEP has been
2122
# done. This can be the current (upcoming) milestone, if it is being actively
2223
# worked on.
23-
latest-milestone: "v1.27"
24+
latest-milestone: "v1.28"
2425

2526
# The milestone at which this feature was, or is targeted to be, at each stage.
2627
milestone:

0 commit comments

Comments
 (0)