Skip to content

Commit 5e556cc

Browse files
ndixitaadrianmoisey
andcommitted
Update keps/sig-node/2837-pod-level-resource-spec/README.md
Co-authored-by: Adrian Moisey <[email protected]>
1 parent 471221b commit 5e556cc

File tree

1 file changed

+8
-2
lines changed
  • keps/sig-node/2837-pod-level-resource-spec

1 file changed

+8
-2
lines changed

keps/sig-node/2837-pod-level-resource-spec/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,14 +1484,14 @@ sig-autoscaling: (#132237)[https://github.com/kubernetes/kubernetes/issues/13223
14841484
#### Cluster Autoscaler
14851485
14861486
The Cluster Autoscaler uses resourcehelper.PodRequests to calculate Pod resource
1487-
requirements for scaling decisions version 1.4.0. This automatically
1487+
requirements for scaling decisions in K8s version 1.33. This automatically
14881488
includes Pod-level resource requests when the PodLevelResources feature gate is
14891489
enabled, ensuring accurate node scaling and utilization calculations.
14901490
14911491
#### VPA
14921492
14931493
Collaboration with sig-autoscaling has been established to integrate support for
1494-
VPA with Pod-level resources, slated for VPA 1.34. The changes to support pod-level
1494+
VPA with Pod-level resources, slated for VPA 1.5. The changes to support pod-level
14951495
resources in VPA will be worked on in two phases:
14961496
* [Scoped for Beta] Phase 1 of Necessary changes
14971497
The necessary changes include augmenting the recommendation algorithm to
@@ -1526,6 +1526,8 @@ major change in itself, full support for Windows will be addressed in future
15261526
KEPs, beyond the scope of this KEP.
15271527
15281528
#### [Future KEP Consideration in 1.35] Memory Manager
1529+
Please note: This will be a separate feature, as the required changes are
1530+
not trivial and warrant further discussion.
15291531
15301532
The Memory Manager currently allocates memory resources at
15311533
the container level through its
@@ -1545,6 +1547,8 @@ backward compatibility by continuing to use the existing Allocate method for
15451547
container-level allocation scenarios
15461548
15471549
#### [Future KEP Consideration] CPU Manager
1550+
Please note: This will be a separate feature, as the required changes are
1551+
not trivial and warrant further discussion.
15481552
15491553
The Memory Manager currently allocates memory resources at
15501554
the container level through its
@@ -1590,6 +1594,8 @@ Note: This is a prelimnary analysis, and we might have real usecases to support
15901594
resources. We can re-visit this again during the GA planning cycle.
15911595
15921596
#### [Future KEP Consideration] Topology Manager
1597+
Please note: This will be a separate feature, as the required changes are
1598+
not trivial and warrant further discussion.
15931599
15941600
Currently, scope=pod aggregates resource requirements from a pod's individual
15951601
containers to determine overall pod-level needs. With the introduction of Pod

0 commit comments

Comments
 (0)