Skip to content

Commit 39ab412

Browse files
authored
Merge pull request kubernetes#1203 from bg-chun/memory-manager-proposal
Propose Memory Manager for NUMA awareness
2 parents eb0150d + 4388463 commit 39ab412

File tree

8 files changed

+850
-0
lines changed

8 files changed

+850
-0
lines changed

keps/sig-node/1769-memory-manager/README.md

Lines changed: 806 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
title: Memory Manager
2+
kep-number: 1769
3+
authors:
4+
- "@bg-chun"
5+
- "@cezaryzukowski"
6+
- "@cynepco3hahue"
7+
owning-sig: sig-node
8+
participating-sigs:
9+
status: implementable
10+
creation-date: 2020-02-03
11+
reviewers:
12+
- "@klueska"
13+
- "@derekwaynecarr"
14+
approvers:
15+
- "@derekwaynecarr"
16+
prr-approvers:
17+
- johnbelamaric
18+
see-also:
19+
replaces:
20+
21+
# The target maturity stage in the current dev cycle for this KEP.
22+
stage: alpha
23+
24+
# The most recent milestone for which work toward delivery of this KEP has been
25+
# done. This can be the current (upcoming) milestone, if it is being actively
26+
# worked on.
27+
latest-milestone: "v1.20"
28+
29+
# The milestone at which this feature was, or is targeted to be, at each stage.
30+
milestone:
31+
alpha: "v1.20"
32+
beta: "v1.21"
33+
stable: "v1.22"
34+
35+
# The following PRR answers are required at alpha release
36+
# List the feature gate name and the components for which it must be enabled
37+
feature-gates:
38+
- name: MemoryManager
39+
components:
40+
- kubelet
41+
disable-supported: true
42+
43+
# The following PRR answers are required at beta release
44+
metrics:
32.2 KB
Loading
24.1 KB
Loading
18.6 KB
Loading
3.28 MB
Loading
39.2 KB
Loading
22.2 KB
Loading

0 commit comments

Comments
 (0)