From 1ab76fba8280186d1965a45cbac646c5edf7833c Mon Sep 17 00:00:00 2001 From: mtardy Date: Thu, 22 Sep 2022 15:12:19 +0200 Subject: [PATCH] Bump the feature state of the Pod Security plugin to stable --- .../setup/best-practices/enforcing-pod-security-standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/best-practices/enforcing-pod-security-standards.md b/content/en/docs/setup/best-practices/enforcing-pod-security-standards.md index b4e9e95bea..d127f640b4 100644 --- a/content/en/docs/setup/best-practices/enforcing-pod-security-standards.md +++ b/content/en/docs/setup/best-practices/enforcing-pod-security-standards.md @@ -15,7 +15,7 @@ This page provides an overview of best practices when it comes to enforcing ## Using the built-in Pod Security Admission Controller -{{< feature-state for_k8s_version="v1.23" state="beta" >}} +{{< feature-state for_k8s_version="v1.25" state="stable" >}} The [Pod Security Admission Controller](/docs/reference/access-authn-authz/admission-controllers/#podsecurity) intends to replace the deprecated PodSecurityPolicies.