Skip to content

Commit

Permalink
multi-NUMA, graduation criteria, test plan, etc.
Browse files Browse the repository at this point in the history
Memory Manager supports "multi-NUMA" and "single-NUMA" features to offer
guaranteed memory allocation for pods in Guaranteed QoS class.

Synchronize (might take some time) with:
1) the sig-node presentation:
https://docs.google.com/presentation/d/1WLHbEdm3vO94eu5QyQGkutXfbfWcci4-kEDmp8ty8Ho/edit?usp=sharing
2) Google doc:
https://docs.google.com/document/d/1XvOUwI1DiZf0vTlIa2vPOT_QJYh-g3vpOa1D1pajqEs/edit#

Signed-off-by: Cezary Zukowski <[email protected]>
  • Loading branch information
Cezary Zukowski committed Sep 18, 2020
1 parent 9745c39 commit 9e03cde
Show file tree
Hide file tree
Showing 9 changed files with 826 additions and 504 deletions.
782 changes: 782 additions & 0 deletions keps/sig-node/1769-memory-manager/README.md

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions keps/sig-node/1769-memory-manager/kep.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
title: Memory Manager
kep-number: 1769
authors:
- "@bg-chun"
- "@cezaryzukowski"
- "@cynepco3hahue"
owning-sig: sig-node
participating-sigs:
status: implementable
creation-date: 2020-02-03
reviewers:
- "@klueska"
- "@derekwaynecarr"
approvers:
- "@derekwaynecarr"
prr-approvers:
- johnbelamaric
see-also:
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.20"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.20"
beta: "v1.21"
stable: "v1.22"

# 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: MemoryManager
components:
- kubelet
disable-supported: true

# The following PRR answers are required at beta release
metrics:
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.
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 keps/sig-node/1769-memory-manager/multi_numa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
504 changes: 0 additions & 504 deletions keps/sig-node/20200203-memory-manager.md

This file was deleted.

0 comments on commit 9e03cde

Please sign in to comment.