Skip to content

Commit c88f707

Browse files
committed
CRI coverage
1 parent 60374d0 commit c88f707

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
- [Resource Quota tests](#resource-quota-tests)
7373
- [Limit Ranger tests](#limit-ranger-tests)
7474
- [Coverage of the READ and REPLACE endpoints](#coverage-of-the-read-and-replace-endpoints)
75+
- [CRI Coverage](#cri-coverage)
7576
- [Backward Compatibility and Negative Tests](#backward-compatibility-and-negative-tests)
7677
- [Graduation Criteria](#graduation-criteria)
7778
- [Alpha](#alpha)
@@ -1366,6 +1367,11 @@ Tests: https://github.com/kubernetes/kubernetes/blob/ad82c3d39f5e9f21e173ffeb8aa
13661367
The previous tests are planned to use the PATCH endpoint, but we also need coverage of READ and REPLACE endpoints.
13671368
A basic test will be added that uses REPLACE to perform a resize, and the READ endpoint to verify the result.
13681369

1370+
##### CRI Coverage
1371+
1372+
We will use CRI proxy to test that an NRI plugin that intercepts UpdateContainerResources
1373+
can block a resize call by returning an error.
1374+
13691375
#### Backward Compatibility and Negative Tests
13701376

13711377
1. Verify that Node is allowed to update only a Pod's AllocatedResources field.
@@ -1761,7 +1767,7 @@ _This section must be completed when targeting beta graduation to a release._
17611767
- 2025-01-24 - v1.33 updates for planned beta
17621768
- Replace ResizeStatus with conditions
17631769
- Improve memory limit downsize handling
1764-
- Rename ResizeRestartPolicy `NotRequired` to `NotRequired`,
1770+
- Rename ResizeRestartPolicy `NotRequired` to `PreferNoRestart`,
17651771
and update CRI `UpdateContainerResources` contract
17661772
- Add back `AllocatedResources` field to resolve a scheduler corner case
17671773
- Introduce Actuated resources for actuation

0 commit comments

Comments
 (0)