Skip to content

Commit 711f81f

Browse files
committed
CRI coverage
1 parent 60374d0 commit 711f81f

File tree

1 file changed

+6
-1
lines changed
  • keps/sig-node/1287-in-place-update-pod-resources

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,6 +1366,11 @@ Tests: https://github.com/kubernetes/kubernetes/blob/ad82c3d39f5e9f21e173ffeb8aa
13661366
The previous tests are planned to use the PATCH endpoint, but we also need coverage of READ and REPLACE endpoints.
13671367
A 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

13711376
1. 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

0 commit comments

Comments
 (0)