You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: keps/sig-storage/3751-volume-attributes-class/README.md
+33-17
Original file line number
Diff line number
Diff line change
@@ -82,15 +82,15 @@
82
82
Items marked with (R) are required *prior to targeting to a milestone / release*.
83
83
84
84
-[X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
85
-
-[] (R) KEP approvers have approved the KEP status as `implementable`
85
+
-[X] (R) KEP approvers have approved the KEP status as `implementable`
86
86
-[X] (R) Design details are appropriately documented
87
-
-[] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
88
-
-[] e2e Tests for all Beta API Operations (endpoints)
89
-
-[] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
87
+
-[X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
88
+
-[X] e2e Tests for all Beta API Operations (endpoints) - [dashboard](https://testgrid.k8s.io/sig-storage-kubernetes#kind-storage-alpha-beta-features&include-filter-by-regex=%5BFeature%3AVolumeAttributesClass%5D&include-filter-by-regex=%5BFeature%3AVolumeAttributesClass%5D&include-filter-by-regex=%5C%5BFeature%3AVolumeAttributesClass%5C%5D)
89
+
-[X] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
90
90
-[ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
91
91
-[ ] (R) Graduation criteria is in place
92
92
-[ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
93
-
-[] (R) Production readiness review completed
93
+
-[X] (R) Production readiness review completed
94
94
-[ ] (R) Production readiness review approved
95
95
-[X] "Implementation History" section is up-to-date for milestone
96
96
-[X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
@@ -694,10 +694,7 @@ VolumeAttributesClass parameters can be considered as best-effort parameters, th
694
694
695
695
* Basic unit tests for performance and quota system.
696
696
* API conformance tests
697
-
* E2E tests with happy tests in the [K8s storage framework](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/storage/testsuites) for different drivers testing
698
-
* E2E tests using mock driver to cause failure on create, update and recovering cases
0 commit comments