File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed
keps/sig-node/375-cpu-manager Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ reviewers:
12
12
approvers :
13
13
- " @dawnchen"
14
14
- " @derekwaynecarr"
15
- editor : Connor Doyle
15
+ editor : Connor Doyle, Francesco Romani (only for the GA graduation)
16
16
creation-date : 2017-05-23
17
17
last-updated : 2017-05-23
18
18
status : implementable
@@ -21,5 +21,28 @@ replaces:
21
21
- " kubernetes/community/contributors/design-proposals/node/cpu-manager.md"
22
22
superseded-by :
23
23
24
- latest-milestone : " 0.0"
25
- stage : " alpha"
24
+ # The target maturity stage in the current dev cycle for this KEP.
25
+ stage : stable
26
+
27
+ # The most recent milestone for which work toward delivery of this KEP has been
28
+ # done. This can be the current (upcoming) milestone, if it is being actively
29
+ # worked on.
30
+ latest-milestone : " v1.10"
31
+
32
+ # The milestone at which this feature was, or is targeted to be, at each stage.
33
+ milestone :
34
+ alpha : " v1.8"
35
+ beta : " v1.10"
36
+ stable : " v1.26"
37
+
38
+ # The following PRR answers are required at alpha release
39
+ # List the feature gate name and the components for which it must be enabled
40
+ feature-gates :
41
+ - name : CPUManager
42
+ components :
43
+ - kubelet
44
+ disable-supported : true
45
+
46
+ # The following PRR answers are required at beta release
47
+ metrics :
48
+ - N/A
You can’t perform that action at this time.
0 commit comments