From d47a8df46c8c26d6300fd30047520e397127805c Mon Sep 17 00:00:00 2001 From: Natasha Sarkar Date: Mon, 29 Dec 2025 19:06:47 +0000 Subject: [PATCH] mark in-place pod resize as implemented --- keps/sig-node/1287-in-place-update-pod-resources/README.md | 1 + keps/sig-node/1287-in-place-update-pod-resources/kep.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/keps/sig-node/1287-in-place-update-pod-resources/README.md b/keps/sig-node/1287-in-place-update-pod-resources/README.md index bb7754646087..13cb4a1506d6 100644 --- a/keps/sig-node/1287-in-place-update-pod-resources/README.md +++ b/keps/sig-node/1287-in-place-update-pod-resources/README.md @@ -1776,6 +1776,7 @@ _This section must be completed when targeting beta graduation to a release._ - 2025-10-15 - Update in-place pod resize for GA - Update test plan - Remove `UpdatePodSandboxResources` from graduation criteria +- 2025-12-29 - Mark as implemented after GA release ## Drawbacks diff --git a/keps/sig-node/1287-in-place-update-pod-resources/kep.yaml b/keps/sig-node/1287-in-place-update-pod-resources/kep.yaml index 3d2f3dfe9aa2..15304111faac 100644 --- a/keps/sig-node/1287-in-place-update-pod-resources/kep.yaml +++ b/keps/sig-node/1287-in-place-update-pod-resources/kep.yaml @@ -11,7 +11,7 @@ owning-sig: sig-node participating-sigs: - sig-autoscaling - sig-scheduling -status: implementable +status: implemented creation-date: 2018-11-06 reviewers: - "@bsalamat"