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-auth/2784-csr-duration/README.md
+33-19Lines changed: 33 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,18 +39,18 @@
39
39
40
40
Items marked with (R) are required *prior to targeting to a milestone / release*.
41
41
42
-
-[] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
43
-
-[] (R) KEP approvers have approved the KEP status as `implementable`
44
-
-[] (R) Design details are appropriately documented
45
-
-[] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
46
-
-[] e2e Tests for all Beta API Operations (endpoints)
42
+
-[x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
43
+
-[x] (R) KEP approvers have approved the KEP status as `implementable`
44
+
-[x] (R) Design details are appropriately documented
45
+
-[x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
46
+
-[x] e2e Tests for all Beta API Operations (endpoints)
47
47
-[ ] (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)
48
48
-[ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
49
-
-[] (R) Graduation criteria is in place
49
+
-[x] (R) Graduation criteria is in place
50
50
-[ ] (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)
51
-
-[] (R) Production readiness review completed
52
-
-[] (R) Production readiness review approved
53
-
-[] "Implementation History" section is up-to-date for milestone
51
+
-[x] (R) Production readiness review completed
52
+
-[x] (R) Production readiness review approved
53
+
-[x] "Implementation History" section is up-to-date for milestone
54
54
-[ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
55
55
-[ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
56
56
@@ -228,9 +228,13 @@ during version skews (discussed below).
228
228
- Confirm with [pinniped](https://pinniped.dev) that the new functionality addresses their use case
229
229
- Confirm that no other metrics are necessary
230
230
- Wait one release after beta to allow bugs to be reported
231
-
232
-
The existing conformance tests for the certificates API (`test/e2e/auth/certificates.go`)
233
-
are sufficient coverage as the new functionality is optional.
231
+
- Inform external signer implementations of the `spec.expirationSeconds` field
0 commit comments