Skip to content

Commit fd41232

Browse files
Even more DRA clarifications
Update content/en/blog/_posts/2024-11-04-kubernetes-1.32-sneak-peek.md Co-authored-by: Sean McGinnis <[email protected]>
1 parent 147f4cd commit fd41232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2024-11-04-kubernetes-1.32-sneak-peek.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Whether an API is removed due to a feature graduating from beta to stable or bec
3030

3131
This enhancement [#3063](https://github.com/kubernetes/enhancements/issues/3063) introduced Dynamic Resource Allocation (DRA) in Kubernetes 1.26.
3232

33-
However, in Kubernetes v1.32, such enhancement is withdrawn. Related code will be removed, leaving KEP [#4381](https://github.com/kubernetes/enhancements/issues/4381) as the "new" base functionality.
33+
However, in Kubernetes v1.32, this approach to DRA has been significantly changed. Code related to the original implementation will be removed, leaving KEP [#4381](https://github.com/kubernetes/enhancements/issues/4381) as the "new" base functionality.
3434

3535
The decision to remove this feature originated from its incompatibility with cluster autoscaling, as resource availability was made non-transparent, complicating decision-making for both Cluster Autoscaler and controllers.
3636
The newly added Structured Parameter model substitutes the functionality.

0 commit comments

Comments
 (0)