Skip to content

Commit 02d43d2

Browse files
committed
cpumanager: promote perfer-align-cpus-by-uncorecache to beta
1 parent ff01858 commit 02d43d2

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 4800
22
alpha:
33
approver: "@soltysh"
4+
beta:
5+
approver: "@mrunalp"

keps/sig-node/4800-cpumanager-split-uncorecache/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ To enable this feature requires enabling the feature gates for static policy in
336336
For `CPUManager` it is a requirement going from `none` to `static` policy cannot be done dynamically because of the `cpu_manager_state file`. The node needs to be drained and the policy checkpoint file (`cpu_manager_state`) need to be removed before restarting Kubelet. This feature specifically relies on the `static` policy being enabled.
337337

338338
- [x] Feature gate (also fill in values in `kep.yaml`)
339-
- Feature gate name: `CPUManagerAlphaPolicyOptions`
339+
- Feature gate name: `CPUManagerBetaPolicyOptions`
340340
- Components depending on the feature gate: `kubelet`
341341
- [x] Other
342342
- Describe the mechanism: Change the `kubelet` configuration to set a `CPUManager` policy of static then setting the policy option of `prefer-align-cpus-by-uncorecache`
@@ -526,6 +526,8 @@ For each of them, fill in the following information by copying the below templat
526526

527527
- The outlined sections were filled out was created 2024-08-27.
528528

529+
- 2025-06-09: Submitted PR to promote feature to beta
530+
529531
## Drawbacks
530532

531533
N/A

keps/sig-node/4800-cpumanager-split-uncorecache/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ see-also:
2222
replaces: []
2323

2424
# The target maturity stage in the current dev cycle for this KEP.
25-
stage: alpha
25+
stage: beta
2626

2727
# The most recent milestone for which work toward delivery of this KEP has been
2828
# done. This can be the current (upcoming) milestone, if it is being actively
2929
# worked on.
30-
latest-milestone: "v1.33"
30+
latest-milestone: "v1.34"
3131

3232
# The milestone at which this feature was, or is targeted to be, at each stage.
3333
milestone:
@@ -38,7 +38,7 @@ milestone:
3838
# The following PRR answers are required at alpha release
3939
# List the feature gate name and the components for which it must be enabled
4040
feature-gates:
41-
- name: "CPUManagerPolicyAlphaOptions"
41+
- name: "CPUManagerPolicyBetaOptions"
4242
components:
4343
- kubelet
4444
disable-supported: true

0 commit comments

Comments
 (0)