@@ -37,7 +37,7 @@ Dynamic Resource Allocation (DRA), a key component of the Kubernetes resource ma
3737to improve the flexibility and efficiency of resource allocation for workloads that require specialized hardware, such
3838as GPUs, FPGAs and network adapters.
3939These 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
165165algorithms. It simplifies policy definition, reduces mutation conflicts, and enhances admission control performance
166166while 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
169169lightweight, efficient alternative to mutating admission webhooks. With this enhancement, administrators can use CEL to
170170declare mutations like setting labels, defaulting fields, or injecting sidecars with simple, declarative expressions.
171171This approach reduces operational complexity, eliminates the need for webhooks, and integrates directly with the
0 commit comments