From 315d1f317b6fe72f70752017f5ebdec7d2ee5b24 Mon Sep 17 00:00:00 2001 From: Vinayak Goyal Date: Thu, 29 Apr 2021 11:06:16 -0700 Subject: [PATCH] Mark KEP-2568 as implementable. --- .../kubeadm/2568-kubeadm-non-root-control-plane/README.md | 7 ++++--- .../kubeadm/2568-kubeadm-non-root-control-plane/kep.yaml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/keps/sig-cluster-lifecycle/kubeadm/2568-kubeadm-non-root-control-plane/README.md b/keps/sig-cluster-lifecycle/kubeadm/2568-kubeadm-non-root-control-plane/README.md index bc84226fb686..c4b589af65cb 100644 --- a/keps/sig-cluster-lifecycle/kubeadm/2568-kubeadm-non-root-control-plane/README.md +++ b/keps/sig-cluster-lifecycle/kubeadm/2568-kubeadm-non-root-control-plane/README.md @@ -131,9 +131,9 @@ checklist items _must_ be updated for the enhancement to be released. 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) -- [ ] (R) KEP approvers have approved the KEP status as `implementable` -- [ ] (R) Design details are appropriately documented -- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors) +- [x] (R) KEP approvers have approved the KEP status as `implementable` +- [x] (R) Design details are appropriately documented +- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors) - [x] (R) Graduation criteria is in place - [x] (R) Production readiness review completed - [x] (R) Production readiness review approved @@ -1059,6 +1059,7 @@ Major milestones: - Initial draft of KEP created - 2021-03-13 - Production readiness review - 2021-04-12 - Production readiness review approved - 2021-04-29 +- KEP marked implementable - 2021-04-28 ## Drawbacks diff --git a/keps/sig-cluster-lifecycle/kubeadm/2568-kubeadm-non-root-control-plane/kep.yaml b/keps/sig-cluster-lifecycle/kubeadm/2568-kubeadm-non-root-control-plane/kep.yaml index 8e9e4bed69b9..0ad95db01440 100644 --- a/keps/sig-cluster-lifecycle/kubeadm/2568-kubeadm-non-root-control-plane/kep.yaml +++ b/keps/sig-cluster-lifecycle/kubeadm/2568-kubeadm-non-root-control-plane/kep.yaml @@ -5,7 +5,7 @@ authors: owning-sig: sig-cluster-lifecycle participating-sigs: - sig-security -status: provisional +status: implementable creation-date: 2021-03-13 reviewers: - "@neolit123"