KEP 6030: Dynamic Resize of Memory-Backed Volumes [alpha]#6050
KEP 6030: Dynamic Resize of Memory-Backed Volumes [alpha]#6050natasha41575 wants to merge 1 commit intokubernetes:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: natasha41575 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
19baa2f to
f4cc355
Compare
|
/assign @tallclair @ndixita @msau42 @jsafrane /sig node |
53bb310 to
204aa19
Compare
204aa19 to
28a8a3e
Compare
|
@natasha41575: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
New KEP for Dynamic Resize of Memory-Backed Volumes (alpha targeting 1.37)
Issue link: #6030
This KEP proposes extending the In-Place Pod Vertical Scaling infrastructure to support dynamic resizing of memory-backed
emptyDirvolumes without pod disruption.A working proof-of-concept implementation based on the proposed design can be found at kubernetes/kubernetes#138301. The goal of the PoC is to demonstrate the simplicity and feasibility.
Antigravity was used to help with research and writing. However: