Merge pull request #31877 from JayBeale/patch-1

Correct the name: CertificateSigningRequests
This commit is contained in:
Kubernetes Prow Robot
2022-02-23 23:11:34 -08:00
committed by GitHub
@@ -34,8 +34,8 @@ Write operations:
Auth-related operations: Auth-related operations:
* read/write access to the certificationsigningrequests API for TLS bootstrapping * read/write access to the [CertificateSigningRequests API](/docs/reference/access-authn-authz/certificate-signing-requests/) for TLS bootstrapping
* the ability to create tokenreviews and subjectaccessreviews for delegated authentication/authorization checks * the ability to create TokenReviews and SubjectAccessReviews for delegated authentication/authorization checks
In future releases, the node authorizer may add or remove permissions to ensure kubelets In future releases, the node authorizer may add or remove permissions to ensure kubelets
have the minimal set of permissions required to operate correctly. have the minimal set of permissions required to operate correctly.