Skip to content

Commit a380758

Browse files
committed
Revise PSP deprecation blog article to note that PSP is now removed - 02
1 parent 9890195 commit a380758

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

content/en/blog/_posts/2021-04-06-PodSecurityPolicy-Past-Present-and-Future.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ title: "PodSecurityPolicy Deprecation: Past, Present, and Future"
44
date: 2021-04-06
55
slug: podsecuritypolicy-deprecation-past-present-and-future
66
---
7-
***Update 2022/08/23:***
8-
*With the release of Kubernetes v1.25, PodSecurityPolicy has been removed. This now-historical blog post documents the beginning of the removal process.*
9-
10-
*The release blog has more information about the removal of PSP [here](https://kubernetes.io/blog/2022/08/23/kubernetes-v1-25-release/#pod-security-changes).*
11-
127
**Author:** Tabitha Sable (Kubernetes SIG Security)
138

9+
{{% pageinfo color="primary" %}}
10+
**Update:** *With the release of Kubernetes v1.25, PodSecurityPolicy has been removed.* *You can read more information about the removal of PodSecurityPolicy in the [Kubernetes 1.25 release notes](/blog/2022/08/23/kubernetes-v1-25-release/#pod-security-changes).*
11+
{{% /pageinfo %}}
12+
1413
PodSecurityPolicy (PSP) is being deprecated in Kubernetes 1.21, to be released later this week. This starts the countdown to its removal, but doesn’t change anything else. PodSecurityPolicy will continue to be fully functional for several more releases before being removed completely. In the meantime, we are developing a replacement for PSP that covers key use cases more easily and sustainably.
1514

1615
What are Pod Security Policies? Why did we need them? Why are they going away, and what’s next? How does this affect you? These key questions come to mind as we prepare to say goodbye to PSP, so let’s walk through them together. We’ll start with an overview of how features get removed from Kubernetes.

0 commit comments

Comments
 (0)