Skip to content

Commit 5042518

Browse files
authored
Merge pull request kubernetes#3057 from chendave/ga
Graduate `PreferNominatedNode` to GA
2 parents 789f79c + cc12cd7 commit 5042518

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

keps/prod-readiness/sig-scheduling/1923.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@wojtek-t"
44
beta:
55
approver: "@wojtek-t"
6+
stable:
7+
approver: "@wojtek-t"

keps/sig-scheduling/1923-prefer-nominated-node/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [Graduation Criteria](#graduation-criteria)
1515
- [Alpha](#alpha)
1616
- [Beta](#beta)
17+
- [GA](#ga)
1718
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
1819
- [Feature Enablement and Rollback](#feature-enablement-and-rollback)
1920
- [Rollout, Upgrade and Rollback Planning](#rollout-upgrade-and-rollback-planning)
@@ -198,6 +199,12 @@ in back-to-back releases.
198199
- Gather feedback from developers and surveys.
199200
- The feature is guarded by a feature flag, and will be enabled by default in beta.
200201

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+
201208
## Production Readiness Review Questionnaire
202209

203210
### Feature Enablement and Rollback
@@ -329,3 +336,4 @@ _This section must be completed when targeting beta graduation to a release._
329336
- 2020-09-29: Initial KEP sent out for review https://github.com/kubernetes/enhancements/pull/2026
330337
- 2020-12-17: Mark the KEP as implementable
331338
- 2021-05-21: Graduate the feature to Beta
339+
- 2021-11-23: Graduate the feature to GA

keps/sig-scheduling/1923-prefer-nominated-node/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ prr-approvers:
1818
- "@wojtek-t"
1919

2020
# The target maturity stage in the current dev cycle for this KEP.
21-
stage: beta
21+
stage: stable
2222

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

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

0 commit comments

Comments
 (0)