Skip to content

Commit 9b76470

Browse files
authored
Merge pull request kubernetes#2038 from marosset/windows-containerd-1.20
Adding kep.yaml for windows-cri-containerd KEP
2 parents 99db795 + aeaa314 commit 9b76470

File tree

2 files changed

+40
-20
lines changed

2 files changed

+40
-20
lines changed

keps/sig-windows/20190424-windows-cri-containerd.md renamed to keps/sig-windows/1001-windows-cri-containerd/README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
---
2-
title: Supporting CRI-ContainerD on Windows
3-
authors:
4-
- "@patricklang"
5-
- "@marosset"
6-
owning-sig: sig-windows
7-
participating-sigs:
8-
- sig-windows
9-
reviewers:
10-
- "@yujuhong"
11-
- "@derekwaynecarr"
12-
- "@tallclair"
13-
approvers:
14-
- "@michmike"
15-
editor: TBD
16-
creation-date: 2019-04-24
17-
last-updated: 2019-09-20
18-
status: implementable
19-
---
20-
211
# Supporting CRI-ContainerD on Windows
222

233
## Table of Contents
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
title: Supporting CRI-containerD on Windows
2+
kep-number: 1001
3+
authors:
4+
- "@patricklang"
5+
- "@marosset"
6+
owning-sig: sig-windows
7+
participating-sigs:
8+
- sig-windows
9+
status: implementable
10+
creation-date: 2019-04-24
11+
reviewers:
12+
- "@yujihong"
13+
- "@derekwaynecarr"
14+
- "@tallclair"
15+
approvers:
16+
- "@michmike"
17+
see-also:
18+
replaces:
19+
20+
# The target maturity stage in the current dev cycle for this KEP.
21+
stage: stable
22+
23+
# The most recent milestone for which work toward delivery of this KEP has been
24+
# done. This can be the current (upcoming) milestone, if it is being actively
25+
# worked on.
26+
latest-milestone: "v1.20"
27+
28+
# The milestone at which this feature was, or is targeted to be, at each stage.
29+
milestone:
30+
alpha: "v1.18"
31+
beta: "v1.19"
32+
stable: "v1.20"
33+
34+
# The following PRR answers are required at alpha release
35+
# List the feature gate name and the components for which it must be enabled
36+
feature-gates:
37+
disable-supported: false
38+
39+
# The following PRR answers are required at beta release
40+
metrics:

0 commit comments

Comments
 (0)