Skip to content

Commit f79f6ef

Browse files
committed
node: cpumgr: rename CPUManager KEP 375 -> 3570
Rename the KEP number for consistency with the k/enhancements ID. This is done *only* for the GA graduation; great care was taken to ensure the original content is preserved and the updates are applied incrementally with clearly separated steps. Rationale for the rename: - the original enhancement was unchanged for many years and closed; - however the feature was beta for 16 releases (1.10 -> 1.26+) and needs a nontrivial amount of work and updates for the GA graduation step. - it's more practical to handle the GA graduation stage with its own enhancement.` Signed-off-by: Francesco Romani <[email protected]>
1 parent 9ed4fd2 commit f79f6ef

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

keps/prod-readiness/sig-node/375.yaml renamed to keps/prod-readiness/sig-node/3570.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kep-number: 375
1+
kep-number: 3570
22
alpha:
33
approver: "@deads2k"
44
beta:

keps/sig-node/375-cpu-manager/README.md renamed to keps/sig-node/3570-cpumanager/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ This new method is invoked from two places in the CPU manager: during each
104104
call to `AddContainer` and also periodically from a separate
105105
reconciliation loop.
106106

107+
This KEP supersedes and replaces `kubernetes/enhancements/keps/sig-node/375-cpumanager/README.md`.
107108

108109
## Motivation
109110

keps/sig-node/375-cpu-manager/kep.yaml renamed to keps/sig-node/3570-cpumanager/kep.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: CPU Manager
2-
kep-number: 375
2+
kep-number: 3570
33
authors:
44
- "@ConnorDoyle"
55
- "@flyingcougar"
@@ -14,11 +14,12 @@ approvers:
1414
- "@derekwaynecarr"
1515
editor: Connor Doyle, Francesco Romani (only for the GA graduation)
1616
creation-date: 2017-05-23
17-
last-updated: 2017-05-23
17+
last-updated: 2022-10-03
1818
status: implementable
1919
see-also:
2020
replaces:
21-
- " kubernetes/community/contributors/design-proposals/node/cpu-manager.md"
21+
- "kubernetes/community/contributors/design-proposals/node/cpu-manager.md"
22+
- "kubernetes/enhancements/keps/sig-node/375-cpumanager/README.md"
2223
superseded-by:
2324

2425
# The target maturity stage in the current dev cycle for this KEP.

0 commit comments

Comments
 (0)