Skip to content

Commit 5f27b1f

Browse files
committed
node: 2625: updates for GA
catch up with the updates since beta graduation Signed-off-by: Francesco Romani <[email protected]>
1 parent 94f19e8 commit 5f27b1f

File tree

1 file changed

+16
-8
lines changed
  • keps/sig-node/2625-cpumanager-policies-thread-placement

1 file changed

+16
-8
lines changed
Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,51 @@
11
title: SMT aware cpumanager policy
22
kep-number: 2625
33
authors:
4-
- "@fromanirh"
4+
- "@ffromani"
55
- "@swatisehgal"
66
owning-sig: sig-node
77
participating-sigs: []
8-
status: implementable
8+
status: implemented
99
creation-date: "2021-04-14"
10-
last-updated: "2021-09-08"
10+
last-updated: "2025-01-30"
1111
reviewers:
1212
- "@klueska"
13+
- "@swatisehgal"
1314
approvers:
1415
- "@sig-node-tech-leads"
1516
see-also:
1617
- "keps/sig-node/2902-cpumanager-distribute-cpus-policy-option/"
18+
- "keps/sig-node/3545-improved-multi-numa-alignment/"
19+
- "keps/sig-node/4176-cpumanager-spread-cpus-preferred-policy/"
20+
- "keps/sig-node/4540-strict-cpu-reservation"
21+
- "keps/sig-node/4622-topologymanager-max-allowable-numa-nodes/"
22+
- "keps/sig-node/4800-cpumanager-split-uncorecache/"
1723
replaces: []
1824

1925
# The target maturity stage in the current dev cycle for this KEP.
20-
stage: beta
26+
stage: stable
2127

2228
# The most recent milestone for which work toward delivery of this KEP has been
2329
# done. This can be the current (upcoming) milestone, if it is being actively
2430
# worked on.
25-
latest-milestone: "v1.23"
31+
latest-milestone: "v1.33"
2632

2733
# The milestone at which this feature was, or is targeted to be, at each stage.
2834
milestone:
2935
alpha: "v1.22"
3036
beta: "v1.23"
31-
stable: "v1.25"
37+
stable: "v1.33"
3238

3339
# The following PRR answers are required at alpha release
3440
# List the feature gate name and the components for which it must be enabled
3541
feature-gates:
3642
- name: "CPUManagerPolicyOptions"
37-
- name: "CPUManagerPolicyExperimentalOptions"
43+
- name: "CPUManagerPolicyAlphaOptions"
44+
- name: "CPUManagerPolicyBetaOptions"
3845
components:
3946
- kubelet
4047
disable-supported: true
4148

4249
# The following PRR answers are required at beta release
43-
metrics: []
50+
metrics:
51+
- container_aligned_compute_resources_count

0 commit comments

Comments
 (0)