Skip to content

Commit 2ffbc9a

Browse files
committed
KEP-1287: Implementation history
1 parent 9cc97fe commit 2ffbc9a

File tree

1 file changed

+16
-0
lines changed
  • keps/sig-node/1287-in-place-update-pod-resources

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,22 @@ _This section must be completed when targeting beta graduation to a release._
14581458
- 2021-02-05 - Final consensus on allocatedResources[] and resize[]
14591459
- 2022-05-01 - KEP 2273-kubelet-container-resources-cri-api-changes merged with this KEP
14601460
- 2023-04-08 - Catch up KEP details to what is actually implemented
1461+
- 2024-10-09 - v1.32 updates for planned beta
1462+
- Remove container-level status `AllocatedResources`
1463+
- Add `/resize` subresource specification
1464+
- Make `ResizePolicy` mutable
1465+
- Introduce best-effort `UpdatePodSandboxResources` CRI call
1466+
- Add sidecar resize support
1467+
- Describe the [Atomic Resizes](#atomic-resizes) principle
1468+
- Add ResourceQuota details
1469+
- Heuristic version skew handling in API validation
1470+
- 2025-01-24 - v1.33 updates for planned beta
1471+
- Remove `Proposed` resize status
1472+
- Improve memory limit downsize handling
1473+
- Rename ResizeRestartPolicy `NotRequired` to `PreferNoRestart`,
1474+
and update CRI `UpdateContainerResources` contract
1475+
- Add pod-level `AllocatedResources`
1476+
- Switch to edge-triggered resize actuation
14611477

14621478
## Drawbacks
14631479

0 commit comments

Comments
 (0)