File tree Expand file tree Collapse file tree 2 files changed +40
-20
lines changed
keps/sig-windows/1001-windows-cri-containerd Expand file tree Collapse file tree 2 files changed +40
-20
lines changed Original file line number Diff line number Diff line change 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
-
21
1
# Supporting CRI-ContainerD on Windows
22
2
23
3
## Table of Contents
Original file line number Diff line number Diff line change
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 :
You can’t perform that action at this time.
0 commit comments