You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -493,7 +493,7 @@ Following scenarios need to be covered:
493
493
### Graduation Criteria
494
494
495
495
496
-
#### Phase 1: Alpha (target 1.34)
496
+
#### Phase 1: Alpha (target 1.35)
497
497
* Feature is disabled by default. It is an opt-in feature which can be enabled by
498
498
enabling the InPlacePodLevelResourcesVerticalScaling feature gate and by setting
499
499
the new resources fields in PodSpec at Pod level.
@@ -504,9 +504,10 @@ Support the basic functionality for kubelet to translate pod-level requests/limi
504
504
* Unit test coverage.
505
505
* E2E tests.
506
506
507
-
#### Phase 2: Beta (target 1.35)
507
+
#### Phase 2: Beta (target 1.36)
508
508
509
509
* Pod Level Resources Feature moved to beta.
510
+
* The semantic of `UpdatePodSandboxResources` is clarified. And there is a way for container runtime to reject the resize of Pod resources via this method or by other means
510
511
* Actual pod resource data may be cached in memory, which will be refreshed after
511
512
each successful pod resize or for every cache-miss.
512
513
* Coverage for upgrade->downgrade->upgrade scenarios.
@@ -522,6 +523,7 @@ Support the basic functionality for kubelet to translate pod-level requests/limi
522
523
523
524
* VPA Integration of In-Place Resize moved to beta.
524
525
* No major bugs reported for 3 months.
526
+
* UpdatePodSandboxResources is implemented by containerd & CRI-O
0 commit comments