Merge pull request #45249 from cici37/3488
[KEP-3488]Promoting ValidatingAdmissionPolicy to GApull/45223/head^2
commit
0f8e1fadea
|
@ -9,7 +9,7 @@ content_type: concept
|
|||
|
||||
<!-- overview -->
|
||||
|
||||
{{< feature-state state="beta" for_k8s_version="v1.28" >}}
|
||||
{{< feature-state state="stable" for_k8s_version="v1.30" >}}
|
||||
|
||||
This page provides an overview of Validating Admission Policy.
|
||||
|
||||
|
|
|
@ -13,5 +13,9 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: false
|
||||
fromVersion: "1.28"
|
||||
toVersion: "1.29"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.30"
|
||||
---
|
||||
Enable [ValidatingAdmissionPolicy](/docs/reference/access-authn-authz/validating-admission-policy/) support for CEL validations be used in Admission Control.
|
||||
|
|
Loading…
Reference in New Issue