Skip to content

Commit 7f697ec

Browse files
authored
Merge pull request #37969 from NitishKumar06/Nitish/36199
Revise PSP deprecation blog article to note that PSP is now removed
2 parents 62638b9 + a380758 commit 7f697ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ title: "PodSecurityPolicy Deprecation: Past, Present, and Future"
44
date: 2021-04-06
55
slug: podsecuritypolicy-deprecation-past-present-and-future
66
---
7-
87
**Author:** Tabitha Sable (Kubernetes SIG Security)
98

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+
1013
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.
1114

1215
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)