Skip to content

Commit 29e9afe

Browse files
authored
Addressed revieew
Update 2024-12-11-Kubernetes-v1-32-Release.md
1 parent d53ec9f commit 29e9afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/blog/_posts/2024-12-11-Kubernetes-v1-32-Release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Dynamic Resource Allocation (DRA), a key component of the Kubernetes resource ma
3737
to improve the flexibility and efficiency of resource allocation for workloads that require specialized hardware, such
3838
as GPUs, FPGAs and network adapters.
3939
These features are particularly useful for use-cases such as machine learning or high-performance computing
40-
applications.
40+
applications. The core part enabling DRA Structured parameter support [got promoted to beta](#structured-parameter-support).
4141

4242
### Quality of life improvements on nodes and sidecar containers update
4343

@@ -165,7 +165,7 @@ This feature leverages CEL's object instantiation and JSON Patch strategies, com
165165
algorithms. It simplifies policy definition, reduces mutation conflicts, and enhances admission control performance
166166
while laying a foundation for more robust, extensible policy frameworks in Kubernetes.
167167

168-
The Kubernetes scheduler now supports Common Expression Language (CEL)-based Mutating Admission Policies, providing a
168+
The Kubernetes API server now supports Common Expression Language (CEL)-based Mutating Admission Policies, providing a
169169
lightweight, efficient alternative to mutating admission webhooks. With this enhancement, administrators can use CEL to
170170
declare mutations like setting labels, defaulting fields, or injecting sidecars with simple, declarative expressions.
171171
This approach reduces operational complexity, eliminates the need for webhooks, and integrates directly with the

0 commit comments

Comments
 (0)