|
1 | 1 | title: SMT aware cpumanager policy
|
2 | 2 | kep-number: 2625
|
3 | 3 | authors:
|
4 |
| - - "@fromanirh" |
| 4 | + - "@ffromani" |
5 | 5 | - "@swatisehgal"
|
6 | 6 | owning-sig: sig-node
|
7 | 7 | participating-sigs: []
|
8 |
| -status: implementable |
| 8 | +status: implemented |
9 | 9 | creation-date: "2021-04-14"
|
10 |
| -last-updated: "2021-09-08" |
| 10 | +last-updated: "2025-01-30" |
11 | 11 | reviewers:
|
12 | 12 | - "@klueska"
|
| 13 | + - "@swatisehgal" |
13 | 14 | approvers:
|
14 | 15 | - "@sig-node-tech-leads"
|
15 | 16 | see-also:
|
16 | 17 | - "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/" |
17 | 23 | replaces: []
|
18 | 24 |
|
19 | 25 | # The target maturity stage in the current dev cycle for this KEP.
|
20 |
| -stage: beta |
| 26 | +stage: stable |
21 | 27 |
|
22 | 28 | # The most recent milestone for which work toward delivery of this KEP has been
|
23 | 29 | # done. This can be the current (upcoming) milestone, if it is being actively
|
24 | 30 | # worked on.
|
25 |
| -latest-milestone: "v1.23" |
| 31 | +latest-milestone: "v1.33" |
26 | 32 |
|
27 | 33 | # The milestone at which this feature was, or is targeted to be, at each stage.
|
28 | 34 | milestone:
|
29 | 35 | alpha: "v1.22"
|
30 | 36 | beta: "v1.23"
|
31 |
| - stable: "v1.25" |
| 37 | + stable: "v1.33" |
32 | 38 |
|
33 | 39 | # The following PRR answers are required at alpha release
|
34 | 40 | # List the feature gate name and the components for which it must be enabled
|
35 | 41 | feature-gates:
|
36 | 42 | - name: "CPUManagerPolicyOptions"
|
37 |
| - - name: "CPUManagerPolicyExperimentalOptions" |
| 43 | + - name: "CPUManagerPolicyAlphaOptions" |
| 44 | + - name: "CPUManagerPolicyBetaOptions" |
38 | 45 | components:
|
39 | 46 | - kubelet
|
40 | 47 | disable-supported: true
|
41 | 48 |
|
42 | 49 | # The following PRR answers are required at beta release
|
43 |
| -metrics: [] |
| 50 | +metrics: |
| 51 | + - container_aligned_compute_resources_count |
0 commit comments