Skip to content

Commit 4e006c8

Browse files
author
Tim Bannister
committed
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.
1 parent a655774 commit 4e006c8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
---
2-
reviewers:
3-
- liggitt
4-
- tallclair
52
title: Pod Security Policies
63
content_type: concept
74
weight: 30
85
---
96

107
<!-- overview -->
118

12-
{{< feature-state for_k8s_version="v1.21" state="deprecated" >}}
13-
14-
{{< note >}}
9+
{{% alert title="Removed feature" color="warning" %}}
1510
PodSecurityPolicy was [deprecated](/blog/2021/04/08/kubernetes-1-21-release-announcement/#podsecuritypolicy-deprecation)
1611
in Kubernetes v1.21, and removed from Kubernetes in v1.25.
12+
{{% /alert %}}
13+
1714
Instead of using PodSecurityPolicy, you can enforce similar restrictions on Pods using
1815
either or both:
1916

@@ -26,4 +23,3 @@ see [PodSecurityPolicy Deprecation: Past, Present, and Future](/blog/2021/04/06/
2623

2724
If you are not running Kubernetes v{{< skew currentVersion >}}, check the documentation for
2825
your version of Kubernetes.
29-
{{< /note >}}

0 commit comments

Comments
 (0)