From aeaa314fd493759c1d59b0f498ba8537974817e7 Mon Sep 17 00:00:00 2001 From: marosset Date: Wed, 30 Sep 2020 18:35:01 +0000 Subject: [PATCH] Adding kep.yaml for windows-cri-containerd KEP --- .../README.md} | 20 ---------- .../1001-windows-cri-containerd/kep.yaml | 40 +++++++++++++++++++ 2 files changed, 40 insertions(+), 20 deletions(-) rename keps/sig-windows/{20190424-windows-cri-containerd.md => 1001-windows-cri-containerd/README.md} (98%) create mode 100644 keps/sig-windows/1001-windows-cri-containerd/kep.yaml diff --git a/keps/sig-windows/20190424-windows-cri-containerd.md b/keps/sig-windows/1001-windows-cri-containerd/README.md similarity index 98% rename from keps/sig-windows/20190424-windows-cri-containerd.md rename to keps/sig-windows/1001-windows-cri-containerd/README.md index 75cf72671cc..e9567a5b050 100644 --- a/keps/sig-windows/20190424-windows-cri-containerd.md +++ b/keps/sig-windows/1001-windows-cri-containerd/README.md @@ -1,23 +1,3 @@ ---- -title: Supporting CRI-ContainerD on Windows -authors: - - "@patricklang" - - "@marosset" -owning-sig: sig-windows -participating-sigs: - - sig-windows -reviewers: - - "@yujuhong" - - "@derekwaynecarr" - - "@tallclair" -approvers: - - "@michmike" -editor: TBD -creation-date: 2019-04-24 -last-updated: 2019-09-20 -status: implementable ---- - # Supporting CRI-ContainerD on Windows ## Table of Contents diff --git a/keps/sig-windows/1001-windows-cri-containerd/kep.yaml b/keps/sig-windows/1001-windows-cri-containerd/kep.yaml new file mode 100644 index 00000000000..0720d5cc514 --- /dev/null +++ b/keps/sig-windows/1001-windows-cri-containerd/kep.yaml @@ -0,0 +1,40 @@ +title: Supporting CRI-containerD on Windows +kep-number: 1001 +authors: + - "@patricklang" + - "@marosset" +owning-sig: sig-windows +participating-sigs: + - sig-windows +status: implementable +creation-date: 2019-04-24 +reviewers: + - "@yujihong" + - "@derekwaynecarr" + - "@tallclair" +approvers: + - "@michmike" +see-also: +replaces: + +# The target maturity stage in the current dev cycle for this KEP. +stage: stable + +# The most recent milestone for which work toward delivery of this KEP has been +# done. This can be the current (upcoming) milestone, if it is being actively +# worked on. +latest-milestone: "v1.20" + +# The milestone at which this feature was, or is targeted to be, at each stage. +milestone: + alpha: "v1.18" + beta: "v1.19" + stable: "v1.20" + +# The following PRR answers are required at alpha release +# List the feature gate name and the components for which it must be enabled +feature-gates: +disable-supported: false + +# The following PRR answers are required at beta release +metrics: