Closed
Description
This is a replacement issue for the outdated, inactive previous issue: #2400.
Enhancement Description
- One-line enhancement description (can be used as a release note): Kubernetes nodes support swap memory.
- Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2400-node-swap
- Discussion Link: https://docs.google.com/document/d/1CZtRtC8W8FwW_VWQLKP9DW_2H-hcLBcH9KBbukie67M/edit# Kubelet/Kubernetes should work with Swap Enabled kubernetes#53533
- Primary contact (assignee): @iholder101
- Responsible SIGs: Node
- Enhancement target (which target equals to which milestone):
- Alpha release target (x.y): 1.22
- Beta release target (x.y): 1.28
- Stable release target (x.y):
- Alpha
- KEP (
k/enhancements
) update PR(s): Node system swap support #2602 - Code (
k/k
) update PR(s):- CI/test infra changes: Setup new node image with swap enabled test-infra#22602 Add swap periodics for node test-infra#22809
- CRI and kubelet changes Alpha node swap support kubernetes#102823
- Docs (
k/website
) update PR(s): KEP-2400: Alpha node support for swap memory website#28838
- KEP (
- Beta1
- KEP (
k/enhancements
) update PR(s): - Issues and Code (
k/k
) update PR(s):- Support cgroups v2 with auto-calculated LimitedSwap for Burstable QoS pods
- Add Swap stats to
/stats/summary
and/metrics/resource
- Determine a set of metrics for measuring node performance with swap enabled
- Improve test coverage and make sure tests are green
- Docs (
k/website
) update(s): - Misc
- Archive / Outdated
- KEP (
- Beta2
- Future (related PRs, can be assigned to a specific track later)
- Add the ability to set a system-reserved quantity of swap on a node
- Fail Kubelet at startup if swap is configured with cgroup v1 kubernetes#119327
Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.
/sig node