File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
keps/sig-node/1287-in-place-update-pod-resources Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1458,6 +1458,22 @@ _This section must be completed when targeting beta graduation to a release._
1458
1458
- 2021-02-05 - Final consensus on allocatedResources[ ] and resize[ ]
1459
1459
- 2022-05-01 - KEP 2273-kubelet-container-resources-cri-api-changes merged with this KEP
1460
1460
- 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
1461
1477
1462
1478
## Drawbacks
1463
1479
You can’t perform that action at this time.
0 commit comments