|
72 | 72 | - [Resource Quota tests](#resource-quota-tests) |
73 | 73 | - [Limit Ranger tests](#limit-ranger-tests) |
74 | 74 | - [Coverage of the READ and REPLACE endpoints](#coverage-of-the-read-and-replace-endpoints) |
| 75 | + - [CRI Coverage](#cri-coverage) |
75 | 76 | - [Backward Compatibility and Negative Tests](#backward-compatibility-and-negative-tests) |
76 | 77 | - [Graduation Criteria](#graduation-criteria) |
77 | 78 | - [Alpha](#alpha) |
@@ -1366,6 +1367,11 @@ Tests: https://github.com/kubernetes/kubernetes/blob/ad82c3d39f5e9f21e173ffeb8aa |
1366 | 1367 | The previous tests are planned to use the PATCH endpoint, but we also need coverage of READ and REPLACE endpoints. |
1367 | 1368 | A basic test will be added that uses REPLACE to perform a resize, and the READ endpoint to verify the result. |
1368 | 1369 |
|
| 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 | + |
1369 | 1375 | #### Backward Compatibility and Negative Tests |
1370 | 1376 |
|
1371 | 1377 | 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._ |
1761 | 1767 | - 2025-01-24 - v1.33 updates for planned beta |
1762 | 1768 | - Replace ResizeStatus with conditions |
1763 | 1769 | - Improve memory limit downsize handling |
1764 | | - - Rename ResizeRestartPolicy `NotRequired` to `NotRequired`, |
| 1770 | + - Rename ResizeRestartPolicy `NotRequired` to `PreferNoRestart`, |
1765 | 1771 | and update CRI `UpdateContainerResources` contract |
1766 | 1772 | - Add back `AllocatedResources` field to resolve a scheduler corner case |
1767 | 1773 | - Introduce Actuated resources for actuation |
|
0 commit comments