From fd4b66a1f0ee99e446669c6ecd9d3d2cd373de82 Mon Sep 17 00:00:00 2001 From: AxeZhan Date: Wed, 20 Dec 2023 14:24:19 +0800 Subject: [PATCH] target KEP 3960 to beta --- keps/prod-readiness/sig-node/3960.yaml | 2 + .../3960-pod-lifecycle-sleep-action/README.md | 61 +++++++++++++------ .../3960-pod-lifecycle-sleep-action/kep.yaml | 7 ++- 3 files changed, 50 insertions(+), 20 deletions(-) diff --git a/keps/prod-readiness/sig-node/3960.yaml b/keps/prod-readiness/sig-node/3960.yaml index 1de6f6ee0c0..33b3d55f83e 100644 --- a/keps/prod-readiness/sig-node/3960.yaml +++ b/keps/prod-readiness/sig-node/3960.yaml @@ -4,3 +4,5 @@ kep-number: 3960 alpha: approver: "@wojtek-t" +beta: + approver: "@wojtek-t" diff --git a/keps/sig-node/3960-pod-lifecycle-sleep-action/README.md b/keps/sig-node/3960-pod-lifecycle-sleep-action/README.md index 73fcdc7da39..d840cc202e7 100644 --- a/keps/sig-node/3960-pod-lifecycle-sleep-action/README.md +++ b/keps/sig-node/3960-pod-lifecycle-sleep-action/README.md @@ -45,16 +45,16 @@ Items marked with (R) are required *prior to targeting to a milestone / release* - [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) - [x] (R) KEP approvers have approved the KEP status as `implementable` - [x] (R) Design details are appropriately documented -- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors) - - [ ] e2e Tests for all Beta API Operations (endpoints) +- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors) + - [x] e2e Tests for all Beta API Operations (endpoints) - [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) - [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free -- [ ] (R) Graduation criteria is in place +- [x] (R) Graduation criteria is in place - [ ] (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) - [x] (R) Production readiness review completed - [x] (R) Production readiness review approved -- [ ] "Implementation History" section is up-to-date for milestone -- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] +- [x] "Implementation History" section is up-to-date for milestone +- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] - [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes