Skip to content

Commit e97a687

Browse files
authored
Merge pull request kubernetes#2036 from RenaudWasTaken/disable-accelerator-beta
Graduate DisableAcceleratorUsageMetrics to beta
2 parents 58744f8 + b46a4f2 commit e97a687

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

keps/sig-node/1867-disable-accelerator-usage-metrics/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
## Release Signoff Checklist
3232

3333
- [X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements](https://github.com/kubernetes/enhancements/issues/1867)
34-
- [ ] (R) KEP approvers have approved the KEP status as `implementable`
34+
- [X] (R) KEP approvers have approved the KEP status as `implementable`
3535
- [X] (R) Design details are appropriately documented
3636
- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
3737
- [X] (R) Graduation criteria is in place
3838
- [X] (R) Production readiness review completed
3939
- [ ] Production readiness review approved
40-
- [ ] "Implementation History" section is up-to-date for milestone
41-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
42-
- [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
40+
- [X] "Implementation History" section is up-to-date for milestone
41+
- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
42+
- [X] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
4343

4444
[kubernetes.io]: https://kubernetes.io/
4545
[kubernetes/enhancements]: https://git.k8s.io/enhancements
@@ -170,6 +170,9 @@ Add a feature flag and pass the disable option to cadvisor.
170170
## Implementation History
171171

172172
- 2020-06-18: Initial version of the KEP
173+
- 2020-07-21: [Implementation of the docs merged](https://github.com/kubernetes/website/pull/22628)
174+
- 2020-07-22: [Implementation of the feature merged](https://github.com/kubernetes/kubernetes/pull/91930)
175+
- 2020-09-30: Graduate feature to beta
173176

174177
## Drawbacks
175178

keps/sig-node/1867-disable-accelerator-usage-metrics/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ see-also:
2323
replaces: []
2424

2525
# The target maturity stage in the current dev cycle for this KEP.
26-
stage: alpha
26+
stage: beta
2727

2828
# The most recent milestone for which work toward delivery of this KEP has been
2929
# done. This can be the current (upcoming) milestone, if it is being actively
3030
# worked on.
31-
latest-milestone: "v1.19"
31+
latest-milestone: "v1.20"
3232

3333
# The milestone at which this feature was, or is targeted to be, at each stage.
3434
milestone:
3535
alpha: "v1.19"
36-
beta: "v1.21"
36+
beta: "v1.20"
3737
stable: "v1.22"
3838

3939
# The following PRR answers are required at alpha release

0 commit comments

Comments
 (0)