Skip to content

Commit ee7f329

Browse files
committed
node: cpumgr: move to stable in 1.26
Add the missing metadata to promote to stable in 1.26 Signed-off-by: Francesco Romani <[email protected]>
1 parent 315b397 commit ee7f329

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

keps/sig-node/375-cpu-manager/kep.yaml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ reviewers:
1212
approvers:
1313
- "@dawnchen"
1414
- "@derekwaynecarr"
15-
editor: Connor Doyle
15+
editor: Connor Doyle, Francesco Romani (only for the GA graduation)
1616
creation-date: 2017-05-23
1717
last-updated: 2017-05-23
1818
status: implementable
@@ -21,5 +21,28 @@ replaces:
2121
- " kubernetes/community/contributors/design-proposals/node/cpu-manager.md"
2222
superseded-by:
2323

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

0 commit comments

Comments
 (0)