Skip to content

Commit

Permalink
Merge pull request kubernetes#4810 from ajcaldelas/split_l3_cache
Browse files Browse the repository at this point in the history
KEP-4800: Split UnCoreCache awareness
  • Loading branch information
k8s-ci-robot authored Oct 10, 2024
2 parents c42bf65 + e1595ec commit c3b0e15
Show file tree
Hide file tree
Showing 6 changed files with 723 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keps/prod-readiness/sig-node/4800.yaml
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 keps/sig-node/4800-cpumanager-split-uncorecache/README.md

Large diffs are not rendered by default.

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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions keps/sig-node/4800-cpumanager-split-uncorecache/kep.yaml
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]

0 comments on commit c3b0e15

Please sign in to comment.