forked from kubernetes/enhancements
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#4810 from ajcaldelas/split_l3_cache
KEP-4800: Split UnCoreCache awareness
- Loading branch information
Showing
6 changed files
with
723 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kep-number: 4800 | ||
alpha: | ||
approver: "@soltysh" |
672 changes: 672 additions & 0 deletions
672
keps/sig-node/4800-cpumanager-split-uncorecache/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+38.2 KB
...g-node/4800-cpumanager-split-uncorecache/images/uncore-alignment-motivation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
title: Split UnCoreCache Toplogy Awareness in CPU Manager | ||
kep-number: 4800 | ||
authors: | ||
- "@sphrasavath" | ||
- "@wongchar" | ||
- "@ajcaldelas" | ||
owning-sig: sig-node | ||
participating-sigs: | ||
- sig-node | ||
status: implementable | ||
creation-date: 2024-08-23 | ||
reviewers: | ||
- "@ffromani" | ||
- "@kannon92" | ||
- "@kad" | ||
approvers: | ||
- "@klueska" | ||
- "@sig-node-leads" | ||
|
||
see-also: | ||
- keps/sig-node/2625-cpumanager-policies-thread-placement" | ||
|
||
replaces: [] | ||
|
||
# The target maturity stage in the current dev cycle for this KEP. | ||
stage: alpha | ||
|
||
# The most recent milestone for which work toward delivery of this KEP has been | ||
# done. This can be the current (upcoming) milestone, if it is being actively | ||
# worked on. | ||
latest-milestone: "v1.32" | ||
|
||
# The milestone at which this feature was, or is targeted to be, at each stage. | ||
milestone: | ||
alpha: "v1.32" | ||
beta: "v1.33" | ||
stable: "v1.35" | ||
|
||
# The following PRR answers are required at alpha release | ||
# List the feature gate name and the components for which it must be enabled | ||
feature-gates: | ||
- name: "CPUManagerPolicyAlphaOptions" | ||
components: | ||
- kubelet | ||
disable-supported: true | ||
|
||
# The following PRR answers are required at beta release | ||
metrics: [container_aligned_compute_resource_count] |