Use correct name for PodSecurityPolicy admission controller

pull/33992/head
Mahé 2022-08-31 16:55:05 +02:00 committed by GitHub
parent 777d396905
commit 5167ab5c88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ unrestricted access to the schedulable nodes of a cluster.
[Pod Security Admission](/docs/concepts/security/pod-security-admission/) is an
admission controller to enable fine-grained authorization of Pod creation and
updates. It replaces the Pod Security Policy admission controller.
updates. It replaces the PodSecurityPolicy admission controller.
The [Pod Security Standards](/docs/concepts/security/pod-security-standards/)
define three different policies that restrict how fields can be set in the `PodSpec`.
For a hands-on tutorial on Pod Security, see the blog post