kubernetes / kubernetes/website
Clarify / emphasize resource name rules for RBAC
Open
sig/auth
triage/accepted
- Dominant language
- HTML
- Stars
- 5.4k
- Forks
- 15.7k
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 204
Description
https://kubernetes.io/docs/reference/access-authn-authz/rbac/
Can you please update this page to mention somewhere that resources need to be
- plural
- lowercase
I just spent two hours wondering why a ClusterRole wasn't working for me until I finally, in desperation, added an `s` -- the error message shown had the singular of the resource, but the ClusterRole needs the plural.
This is not obvious in the docs.
Contributor guide
Assessment
This issue has not been assessed yet.