Skip to content

Commit 61d8b11

Browse files
Rewording around DRA for clarity
Update content/en/blog/_posts/2024-11-08-kubernetes-1.32-sneak-peek.md Co-authored-by: divya-mohan0209 <[email protected]>
1 parent 46e4540 commit 61d8b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The enhancement [#3063](https://github.com/kubernetes/enhancements/issues/3063)
3232

3333
However, in Kubernetes v1.32, this approach to DRA will be 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

35-
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.
35+
The decision to change the existing approach originated from its incompatibility with cluster autoscaling as resource availability was non-transparent, complicating decision-making for both Cluster Autoscaler and controllers.
3636
The newly added Structured Parameter model substitutes the functionality.
3737

3838
This removal will allow Kubernetes to handle new hardware requirements and resource claims more predictably, bypassing the complexities of back and forth API calls to the kube-apiserver.

0 commit comments

Comments
 (0)