Skip to content

Commit 144ec1b

Browse files
committed
Update Efficient Watch Resumption KEP to Stable
1 parent aa523b8 commit 144ec1b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 1904
22
beta:
33
approver: "@deads2k"
4+
stable:
5+
approver: "@deads2k"

keps/sig-api-machinery/1904-efficient-watch-resumption/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ Alpha should provide basic functionality covered with tests described above.
300300
#### Beta -> GA Graduation
301301

302302
- Enabled in Beta for at least two releases without complaints
303-
- Rolling-upgrade of kube-apiservers in 5k-node cluster test is
304-
automated and running periodically.
303+
- Benefits of the feature during rolling upgrade of kube-apiserver at scale
304+
(thousands of nodes) proven in production
305305

306306
### Upgrade / Downgrade Strategy
307307

keps/sig-api-machinery/1904-efficient-watch-resumption/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ see-also:
1919
replaces:
2020

2121
# The target maturity stage in the current dev cycle for this KEP.
22-
stage: beta
22+
stage: stable
2323

2424
# The most recent milestone for which work toward delivery of this KEP has been
2525
# done. This can be the current (upcoming) milestone, if it is being actively
2626
# worked on.
27-
latest-milestone: "v1.21"
27+
latest-milestone: "v1.24"
2828

2929
# The milestone at which this feature was, or is targeted to be, at each stage.
3030
milestone:
3131
alpha: "v1.20"
3232
beta: "v1.21"
33-
stable: "v1.23"
33+
stable: "v1.24"
3434

3535
# The following PRR answers are required at alpha release
3636
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)