diff --git a/content/en/docs/reference/access-authn-authz/rbac.md b/content/en/docs/reference/access-authn-authz/rbac.md index 272afeb4af85f..dafb7109462bc 100644 --- a/content/en/docs/reference/access-authn-authz/rbac.md +++ b/content/en/docs/reference/access-authn-authz/rbac.md @@ -342,6 +342,10 @@ rules: The following examples are excerpts from Role or ClusterRole objects, showing only the `rules` section. +Note: When specifying resources in a ClusterRole or Role, always use the plural and lowercase form of the resource name. +For example, use pods instead of pod, services instead of service. +Incorrect resource names will cause RBAC policies to fail. + Allow reading `"pods"` resources in the core {{< glossary_tooltip text="API Group" term_id="api-group" >}}: