@@ -94,6 +94,8 @@ tags, and then generate with `hack/update-toc.sh`.
9494- [ Design Details] ( #design-details )
9595 - [ Test Plan] ( #test-plan )
9696 - [ Graduation Criteria] ( #graduation-criteria )
97+ - [ Alpha -> ; Beta Graduation] ( #alpha---beta-graduation )
98+ - [ Beta -> ; GA Graduation] ( #beta---ga-graduation )
9799 - [ Upgrade / Downgrade Strategy] ( #upgrade--downgrade-strategy )
98100 - [ Version Skew Strategy] ( #version-skew-strategy )
99101- [ Production Readiness Review Questionnaire] ( #production-readiness-review-questionnaire )
@@ -530,15 +532,16 @@ Below are some examples to consider, in addition to the aforementioned [maturity
530532
531533#### Alpha -> Beta Graduation
532534
533- * Addresses feedback from alpha testers
534- * Sufficient E2E and unit testing
535+ - Gather feedback from developers and surveys
536+ - Complete features A, B, C
537+ - Tests are in Testgrid and linked in KEP
535538
536539#### Beta -> GA Graduation
537540
538- * Addresses feedback from beta
539- * Sufficient number of users using the feature
540- * Confident that no further API / kubeletConfig configuration options changes are needed
541- * Close on any remaining open issues / bugs
541+ - N examples of real-world usage
542+ - N installs
543+ - More rigorous forms of testing—e.g., downgrade tests and scalability tests
544+ - Allowing time for feedback
542545
543546**Note:** Generally we also wait at least two releases between beta and
544547GA/stable, because there's no opportunity for user feedback, or even bug reports,
@@ -557,6 +560,18 @@ in back-to-back releases.
557560[conformance tests]: https://git.k8s.io/community/contributors/devel/sig-architecture/conformance-tests.md
558561-->
559562
563+ #### Alpha -> Beta Graduation
564+
565+ * Addresses feedback from alpha testers
566+ * Sufficient E2E and unit testing
567+
568+ #### Beta -> GA Graduation
569+
570+ * Addresses feedback from beta
571+ * Sufficient number of users using the feature
572+ * Confident that no further API / kubelet config configuration options changes are needed
573+ * Close on any remaining open issues & bugs
574+
560575### Upgrade / Downgrade Strategy
561576
562577<!--
0 commit comments