Skip to content

Commit 53bdd6b

Browse files
committed
adding KEP yaml for privileged containers
1 parent 6842ce2 commit 53bdd6b

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
title: Windows Privileged Container Support
2+
kep-number: NNNN
3+
authors:
4+
- "@ambguo"
5+
owning-sig: sig-windows
6+
participating-sigs:
7+
- sig-node
8+
status: provisional
9+
creation-date: 2020-10-09
10+
reviewers:
11+
- "@marosset"
12+
approvers:
13+
- TBD
14+
prr-approvers:
15+
- TBD
16+
see-also:
17+
replaces:
18+
19+
20+
# The target maturity stage in the current dev cycle for this KEP.
21+
stage: alpha
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.21"
31+
beta: "v1.22"
32+
stable: "v1.23"
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+
- name:
38+
components:
39+
40+
disable-supported: true
41+
42+
# The following PRR answers are required at beta release
43+
metrics:
44+

0 commit comments

Comments
 (0)