Skip to content

Commit cb50b8e

Browse files
authored
Merge pull request #5659 from ndixita/pod-level-resources-ippr-alpha
Modifying milestone for Alpha and Beta; Adding UpdatePodSandboxResour…
2 parents 63b63b4 + 33290df commit cb50b8e

File tree

1 file changed

+6
-4
lines changed
  • keps/sig-node/5419-pod-level-resources-in-place-resize

1 file changed

+6
-4
lines changed

keps/sig-node/5419-pod-level-resources-in-place-resize/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
- [Integration tests](#integration-tests)
2626
- [e2e tests](#e2e-tests)
2727
- [Graduation Criteria](#graduation-criteria)
28-
- [Phase 1: Alpha (target 1.34)](#phase-1-alpha-target-134)
29-
- [Phase 2: Beta (target 1.35)](#phase-2--beta-target-135)
28+
- [Phase 1: Alpha (target 1.35)](#phase-1-alpha-target-135)
29+
- [Phase 2: Beta (target 1.36)](#phase-2--beta-target-136)
3030
- [GA (stable)](#ga-stable)
3131
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
3232
- [Upgrade](#upgrade)
@@ -493,7 +493,7 @@ Following scenarios need to be covered:
493493
### Graduation Criteria
494494

495495

496-
#### Phase 1: Alpha (target 1.34)
496+
#### Phase 1: Alpha (target 1.35)
497497
* Feature is disabled by default. It is an opt-in feature which can be enabled by
498498
enabling the InPlacePodLevelResourcesVerticalScaling feature gate and by setting
499499
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
504504
* Unit test coverage.
505505
* E2E tests.
506506

507-
#### Phase 2: Beta (target 1.35)
507+
#### Phase 2: Beta (target 1.36)
508508

509509
* 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
510511
* Actual pod resource data may be cached in memory, which will be refreshed after
511512
each successful pod resize or for every cache-miss.
512513
* Coverage for upgrade->downgrade->upgrade scenarios.
@@ -522,6 +523,7 @@ Support the basic functionality for kubelet to translate pod-level requests/limi
522523

523524
* VPA Integration of In-Place Resize moved to beta.
524525
* No major bugs reported for 3 months.
526+
* UpdatePodSandboxResources is implemented by containerd & CRI-O
525527

526528
### Upgrade / Downgrade Strategy
527529

0 commit comments

Comments
 (0)