Tweak page about PSP removal
- Remove reviewers (feature was removed) - Use semi-custom Docsy callout to note the removal - Stop stating that the API is deprecated; it's now actually removed.pull/37731/head
parent
a655774662
commit
4e006c898d
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
reviewers:
|
||||
- liggitt
|
||||
- tallclair
|
||||
title: Pod Security Policies
|
||||
content_type: concept
|
||||
weight: 30
|
||||
|
@ -9,11 +6,11 @@ weight: 30
|
|||
|
||||
<!-- overview -->
|
||||
|
||||
{{< feature-state for_k8s_version="v1.21" state="deprecated" >}}
|
||||
|
||||
{{< note >}}
|
||||
{{% alert title="Removed feature" color="warning" %}}
|
||||
PodSecurityPolicy was [deprecated](/blog/2021/04/08/kubernetes-1-21-release-announcement/#podsecuritypolicy-deprecation)
|
||||
in Kubernetes v1.21, and removed from Kubernetes in v1.25.
|
||||
{{% /alert %}}
|
||||
|
||||
Instead of using PodSecurityPolicy, you can enforce similar restrictions on Pods using
|
||||
either or both:
|
||||
|
||||
|
@ -26,4 +23,3 @@ see [PodSecurityPolicy Deprecation: Past, Present, and Future](/blog/2021/04/06/
|
|||
|
||||
If you are not running Kubernetes v{{< skew currentVersion >}}, check the documentation for
|
||||
your version of Kubernetes.
|
||||
{{< /note >}}
|
||||
|
|
Loading…
Reference in New Issue