@@ -1484,14 +1484,14 @@ sig-autoscaling: (#132237)[https://github.com/kubernetes/kubernetes/issues/13223
1484
1484
#### Cluster Autoscaler
1485
1485
1486
1486
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
1488
1488
includes Pod-level resource requests when the PodLevelResources feature gate is
1489
1489
enabled, ensuring accurate node scaling and utilization calculations.
1490
1490
1491
1491
#### VPA
1492
1492
1493
1493
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
1495
1495
resources in VPA will be worked on in two phases:
1496
1496
* [Scoped for Beta] Phase 1 of Necessary changes
1497
1497
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
1526
1526
KEPs, beyond the scope of this KEP.
1527
1527
1528
1528
#### [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.
1529
1531
1530
1532
The Memory Manager currently allocates memory resources at
1531
1533
the container level through its
@@ -1545,6 +1547,8 @@ backward compatibility by continuing to use the existing Allocate method for
1545
1547
container-level allocation scenarios
1546
1548
1547
1549
#### [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.
1548
1552
1549
1553
The Memory Manager currently allocates memory resources at
1550
1554
the container level through its
@@ -1590,6 +1594,8 @@ Note: This is a prelimnary analysis, and we might have real usecases to support
1590
1594
resources. We can re-visit this again during the GA planning cycle.
1591
1595
1592
1596
#### [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.
1593
1599
1594
1600
Currently, scope=pod aggregates resource requirements from a pod's individual
1595
1601
containers to determine overall pod-level needs. With the introduction of Pod
0 commit comments