keps/sig-node/1769-memory-manager/kep.yaml (30 lines of code) (raw):
title: Memory Manager
kep-number: 1769
authors:
- "@bg-chun"
- "@cezaryzukowski"
- "@cynepco3hahue"
owning-sig: sig-node
participating-sigs:
status: implementable
creation-date: 2020-02-03
last-updated: 2021-05-11
reviewers:
- "@klueska"
- "@derekwaynecarr"
approvers:
- "@derekwaynecarr"
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.22"
# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.21"
beta: "v1.22"
stable: "v1.23"
# 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: