diff --git a/keps/prod-readiness/sig-instrumentation/2845.yaml b/keps/prod-readiness/sig-instrumentation/2845.yaml new file mode 100644 index 00000000000..ea72b13ddba --- /dev/null +++ b/keps/prod-readiness/sig-instrumentation/2845.yaml @@ -0,0 +1,3 @@ +kep-number: 2845 +alpha: + approver: "@ehashman" diff --git a/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components/README.md b/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components/README.md index a5336434f02..e2f94bcd846 100644 --- a/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components/README.md +++ b/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components/README.md @@ -36,14 +36,14 @@ Items marked with (R) are required *prior to targeting to a milestone / release*. -- [ ] (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 +- [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) - [ ] (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) - [ ] (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) - [ ] (R) Production readiness review completed - [ ] (R) Production readiness review approved @@ -313,7 +313,8 @@ N/A ## Implementation History - 20/06/2021 - Original proposal created in https://github.com/kubernetes/kubernetes/issues/99270 -- 30/07/2021 - First KEP draft was created +- 30/07/2021 - KEP draft was created +- 26/08/2021 - Merged in provisional state ## Drawbacks diff --git a/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components/kep.yaml b/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components/kep.yaml index f000ef24586..afc8389a9fb 100644 --- a/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components/kep.yaml +++ b/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components/kep.yaml @@ -5,7 +5,7 @@ authors: owning-sig: sig-instrumentation participating-sigs: - sig-arch -status: provisional +status: implementable creation-date: 2021-07-30 reviewers: - TBD