File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
prod-readiness/sig-scheduling
sig-scheduling/1923-prefer-nominated-node Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 3
3
approver : " @wojtek-t"
4
4
beta :
5
5
approver : " @wojtek-t"
6
+ stable :
7
+ approver : " @wojtek-t"
Original file line number Diff line number Diff line change 14
14
- [ Graduation Criteria] ( #graduation-criteria )
15
15
- [ Alpha] ( #alpha )
16
16
- [ Beta] ( #beta )
17
+ - [ GA] ( #ga )
17
18
- [ Production Readiness Review Questionnaire] ( #production-readiness-review-questionnaire )
18
19
- [ Feature Enablement and Rollback] ( #feature-enablement-and-rollback )
19
20
- [ Rollout, Upgrade and Rollback Planning] ( #rollout-upgrade-and-rollback-planning )
@@ -198,6 +199,12 @@ in back-to-back releases.
198
199
- Gather feedback from developers and surveys.
199
200
- The feature is guarded by a feature flag, and will be enabled by default in beta.
200
201
202
+ #### GA
203
+
204
+ - No negative feedback.
205
+ - The feature gate ` PreferNominatedNode ` will graduate to GA.
206
+ - [ Integration test] ( https://k8s-testgrid.appspot.com/presubmits-kubernetes-blocking#pull-kubernetes-integration&include-filter-by-regex=TestPreferNominatedNode ) .
207
+
201
208
## Production Readiness Review Questionnaire
202
209
203
210
### Feature Enablement and Rollback
@@ -329,3 +336,4 @@ _This section must be completed when targeting beta graduation to a release._
329
336
- 2020-09-29: Initial KEP sent out for review https://github.com/kubernetes/enhancements/pull/2026
330
337
- 2020-12-17: Mark the KEP as implementable
331
338
- 2021-05-21: Graduate the feature to Beta
339
+ - 2021-11-23: Graduate the feature to GA
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ prr-approvers:
18
18
- " @wojtek-t"
19
19
20
20
# The target maturity stage in the current dev cycle for this KEP.
21
- stage : beta
21
+ stage : stable
22
22
23
23
# The most recent milestone for which work toward delivery of this KEP has been
24
24
# done. This can be the current (upcoming) milestone, if it is being actively
25
25
# worked on.
26
- latest-milestone : " v1.22 "
26
+ latest-milestone : " v1.24 "
27
27
28
28
# The milestone at which this feature was, or is targeted to be, at each stage.
29
29
milestone :
You can’t perform that action at this time.
0 commit comments