|
31 | 31 | ## Release Signoff Checklist
|
32 | 32 |
|
33 | 33 | - [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` |
35 | 35 | - [X] (R) Design details are appropriately documented
|
36 | 36 | - [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
|
37 | 37 | - [X] (R) Graduation criteria is in place
|
38 | 38 | - [X] (R) Production readiness review completed
|
39 | 39 | - [ ] 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 |
43 | 43 |
|
44 | 44 | [kubernetes.io]: https://kubernetes.io/
|
45 | 45 | [kubernetes/enhancements]: https://git.k8s.io/enhancements
|
@@ -170,6 +170,9 @@ Add a feature flag and pass the disable option to cadvisor.
|
170 | 170 | ## Implementation History
|
171 | 171 |
|
172 | 172 | - 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 |
173 | 176 |
|
174 | 177 | ## Drawbacks
|
175 | 178 |
|
|
0 commit comments