From d77111d096b98a10872906085aeb9aff7b1d4fd5 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Thu, 1 Aug 2024 09:08:20 +0200 Subject: [PATCH] Remove beta pre-requisites With 1.30 stable, the feature does not need to be enabled and the v1beta1 API group is not needed. --- .../access-authn-authz/validating-admission-policy.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/en/docs/reference/access-authn-authz/validating-admission-policy.md b/content/en/docs/reference/access-authn-authz/validating-admission-policy.md index 2d0ae273442ad..9a3a6dd4cccef 100644 --- a/content/en/docs/reference/access-authn-authz/validating-admission-policy.md +++ b/content/en/docs/reference/access-authn-authz/validating-admission-policy.md @@ -47,11 +47,6 @@ must be defined for a policy to have an effect. If a `ValidatingAdmissionPolicy` does not need to be configured via parameters, simply leave `spec.paramKind` in `ValidatingAdmissionPolicy` not specified. -## {{% heading "prerequisites" %}} - -- Ensure the `ValidatingAdmissionPolicy` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled. -- Ensure that the `admissionregistration.k8s.io/v1beta1` API is enabled. - ## Getting Started with Validating Admission Policy Validating Admission Policy is part of the cluster control-plane. You should write and deploy them