Skip to content

Commit c3b0e15

Browse files
authored
Merge pull request #4810 from ajcaldelas/split_l3_cache
KEP-4800: Split UnCoreCache awareness
2 parents c42bf65 + e1595ec commit c3b0e15

File tree

6 files changed

+723
-0
lines changed

6 files changed

+723
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 4800
2+
alpha:
3+
approver: "@soltysh"

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

Lines changed: 672 additions & 0 deletions
Large diffs are not rendered by default.
39.9 KB
Loading
20 KB
Loading
38.2 KB
Loading
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
title: Split UnCoreCache Toplogy Awareness in CPU Manager
2+
kep-number: 4800
3+
authors:
4+
- "@sphrasavath"
5+
- "@wongchar"
6+
- "@ajcaldelas"
7+
owning-sig: sig-node
8+
participating-sigs:
9+
- sig-node
10+
status: implementable
11+
creation-date: 2024-08-23
12+
reviewers:
13+
- "@ffromani"
14+
- "@kannon92"
15+
- "@kad"
16+
approvers:
17+
- "@klueska"
18+
- "@sig-node-leads"
19+
20+
see-also:
21+
- keps/sig-node/2625-cpumanager-policies-thread-placement"
22+
23+
replaces: []
24+
25+
# The target maturity stage in the current dev cycle for this KEP.
26+
stage: alpha
27+
28+
# The most recent milestone for which work toward delivery of this KEP has been
29+
# done. This can be the current (upcoming) milestone, if it is being actively
30+
# worked on.
31+
latest-milestone: "v1.32"
32+
33+
# The milestone at which this feature was, or is targeted to be, at each stage.
34+
milestone:
35+
alpha: "v1.32"
36+
beta: "v1.33"
37+
stable: "v1.35"
38+
39+
# The following PRR answers are required at alpha release
40+
# List the feature gate name and the components for which it must be enabled
41+
feature-gates:
42+
- name: "CPUManagerPolicyAlphaOptions"
43+
components:
44+
- kubelet
45+
disable-supported: true
46+
47+
# The following PRR answers are required at beta release
48+
metrics: [container_aligned_compute_resource_count]

0 commit comments

Comments
 (0)