Skip to content

Commit 1d8a21b

Browse files
committed
Remove UpdatePodSandboxResources from graduation criteria
1 parent 1608bf1 commit 1d8a21b

File tree

1 file changed

+4
-5
lines changed
  • keps/sig-node/1287-in-place-update-pod-resources

1 file changed

+4
-5
lines changed

keps/sig-node/1287-in-place-update-pod-resources/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,10 +1414,8 @@ The following items have been removed from the stable graduation criteria:
14141414
lack of support for resize is now a significant missing piece of that functionality; however
14151415
we don't believe this is a strong enough reason to block IPPR GA. We can, however, consider
14161416
whether this should block GA of pod level resources.
1417-
- `UpdatePodSandboxResources` is implemented by containerd & CRI-O. This is implemented by
1418-
CRI-O; however there was a delay on the containerd side. We still expect this to be available
1419-
and land in containerd 2.2, which is slated to release before kubernetes 1.35. However, we
1420-
do not consider it blocking because it is a very small and noncritical part of this KEP.
1417+
- `UpdatePodSandboxResources` is implemented by containerd & CRI-O. This is going to be re-evaluated
1418+
in the context of pod level resources resizing.
14211419
- Re-evaluate the following decisions:
14221420
- Resize atomicity: Resizes will stay atomic. Allowing partial resizes adds significant complexity
14231421
and the use case is unclear.
@@ -1775,8 +1773,9 @@ _This section must be completed when targeting beta graduation to a release._
17751773
- document kubelet-triggered eviction for critical pods
17761774
- update outdated notes regarding static CPU
17771775
- correct details about instrumentation
1778-
- 2025-09-22 - Update in-place pod resize for GA
1776+
- 2025-10-15 - Update in-place pod resize for GA
17791777
- Update test plan
1778+
- Remove `UpdatePodSandboxResources` from graduation criteria
17801779

17811780

17821781
## Drawbacks

0 commit comments

Comments
 (0)