You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/validating-admission-policies/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@
4
4
5
5
[Validating Admission Policies](https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/) have been introduced in Kubernetes 1.26 and they are under feature gate. In order to enable them:
6
6
* turn on `ValidatingAdmissionPolicy` feature gate
7
-
* turn on `admissionregistration.k8s.io/v1alpha1`
7
+
* turn on `admissionregistration.k8s.io/v1alpha1` or `admissionregistration.k8s.io/v1beta1` depending on whether you are using 1.26/1.27 (alpha) or 1.28 (beta)
8
8
9
9
For minikube users, this is an example of how to enable:
0 commit comments