@@ -94,6 +94,7 @@ tags, and then generate with `hack/update-toc.sh`.
94
94
- [ Design Details] ( #design-details )
95
95
- [ Test Plan] ( #test-plan )
96
96
- [ Graduation Criteria] ( #graduation-criteria )
97
+ - [ Alpha Graduation] ( #alpha-graduation )
97
98
- [ Alpha -> ; Beta Graduation] ( #alpha---beta-graduation )
98
99
- [ Beta -> ; GA Graduation] ( #beta---ga-graduation )
99
100
- [ Upgrade / Downgrade Strategy] ( #upgrade--downgrade-strategy )
@@ -129,12 +130,12 @@ checklist items _must_ be updated for the enhancement to be released.
129
130
130
131
Items marked with (R) are required * prior to targeting to a milestone / release* .
131
132
132
- - [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [ kubernetes/enhancements] (not the initial KEP PR)
133
- - [ ] (R) KEP approvers have approved the KEP status as ` implementable `
134
- - [ ] (R) Design details are appropriately documented
135
- - [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
136
- - [ ] (R) Graduation criteria is in place
137
- - [ ] (R) Production readiness review completed
133
+ - [x ] (R) Enhancement issue in release milestone, which links to KEP dir in [ kubernetes/enhancements] (not the initial KEP PR)
134
+ - [x ] (R) KEP approvers have approved the KEP status as ` implementable `
135
+ - [x ] (R) Design details are appropriately documented
136
+ - [x ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
137
+ - [x ] (R) Graduation criteria is in place
138
+ - [x ] (R) Production readiness review completed
138
139
- [ ] Production readiness review approved
139
140
- [ ] "Implementation History" section is up-to-date for milestone
140
141
- [ ] User-facing documentation has been created in [ kubernetes/website] , for publication to [ kubernetes.io]
@@ -560,6 +561,15 @@ in back-to-back releases.
560
561
[conformance tests]: https://git.k8s.io/community/contributors/devel/sig-architecture/conformance-tests.md
561
562
-->
562
563
564
+ #### Alpha Graduation
565
+
566
+ * Implemented the feature for Linux (systemd) only
567
+ * Unit tests
568
+ * Unit tests will mock out system components (i.e. systemd, inhibitors) for
569
+ alpha
570
+ * Investigate how e2e tests can be implemented (e.g. may need to create fake
571
+ shutdown event)
572
+
563
573
#### Alpha -> Beta Graduation
564
574
565
575
* Addresses feedback from alpha testers
@@ -841,6 +851,8 @@ Major milestones might include:
841
851
842
852
* May 26 - [ Original GH issue #91472
843
853
filed] ( https://github.com/kubernetes/kubernetes/issues/91472 )
854
+ * October 2 - [ Initial KEP
855
+ approved] ( https://github.com/kubernetes/enhancements/pull/2001 )
844
856
845
857
## Drawbacks
846
858
0 commit comments