Skip to content

Commit bcc5507

Browse files
authored
Merge pull request #33969 from liggitt/psp-guide
Update PSP alternatives
2 parents 6e074f7 + 4fd16ff commit bcc5507

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/docs/reference/using-api/deprecation-guide.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,10 @@ The **policy/v1beta1** API version of PodDisruptionBudget will no longer be serv
110110

111111
PodSecurityPolicy in the **policy/v1beta1** API version will no longer be served in v1.25, and the PodSecurityPolicy admission controller will be removed.
112112

113-
PodSecurityPolicy replacements are still under discussion, but current use can be migrated to
114-
[3rd-party admission webhooks](/docs/reference/access-authn-authz/extensible-admission-controllers/) now.
113+
Migrate to [Pod Security Admission](/docs/concepts/security/pod-security-admission/)
114+
or a [3rd party admission webhook](/docs/reference/access-authn-authz/extensible-admission-controllers/).
115+
For a migration guide, see [Migrate from PodSecurityPolicy to the Built-In PodSecurity Admission Controller](/docs/tasks/configure-pod-container/migrate-from-psp/).
116+
For more information on the deprecation, see [PodSecurityPolicy Deprecation: Past, Present, and Future](/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/).
115117

116118
#### RuntimeClass {#runtimeclass-v125}
117119

0 commit comments

Comments
 (0)