File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
keps/sig-node/1287-in-place-update-pod-resources Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1366,6 +1366,11 @@ Tests: https://github.com/kubernetes/kubernetes/blob/ad82c3d39f5e9f21e173ffeb8aa
13661366The previous tests are planned to use the PATCH endpoint, but we also need coverage of READ and REPLACE endpoints.
13671367A basic test will be added that uses REPLACE to perform a resize, and the READ endpoint to verify the result.
13681368
1369+ ##### CRI Coverage
1370+
1371+ We will use CRI proxy to test that an NRI plugin that intercepts UpdateContainerResources
1372+ can block a resize call by returning an error.
1373+
13691374#### Backward Compatibility and Negative Tests
13701375
137113761 . Verify that Node is allowed to update only a Pod's AllocatedResources field.
@@ -1761,7 +1766,7 @@ _This section must be completed when targeting beta graduation to a release._
17611766- 2025-01-24 - v1.33 updates for planned beta
17621767 - Replace ResizeStatus with conditions
17631768 - Improve memory limit downsize handling
1764- - Rename ResizeRestartPolicy ` NotRequired ` to ` NotRequired ` ,
1769+ - Rename ResizeRestartPolicy ` NotRequired ` to ` PreferNoRestart ` ,
17651770 and update CRI ` UpdateContainerResources ` contract
17661771 - Add back ` AllocatedResources ` field to resolve a scheduler corner case
17671772 - Introduce Actuated resources for actuation
You can’t perform that action at this time.
0 commit comments