diff --git a/content/en/docs/reference/access-authn-authz/rbac.md b/content/en/docs/reference/access-authn-authz/rbac.md
index ea72df7e4a..0a470c66ba 100644
--- a/content/en/docs/reference/access-authn-authz/rbac.md
+++ b/content/en/docs/reference/access-authn-authz/rbac.md
@@ -538,6 +538,11 @@ It does not allow viewing secrets, since those are escalating.
Allows access to the resources required by the kube-scheduler component. |
+| system:volume-scheduler |
+system:kube-scheduler user |
+Allows access to the volume resources required by the kube-scheduler component. |
+
+
| system:kube-controller-manager |
system:kube-controller-manager user |
Allows access to the resources required by the kube-controller-manager component.
|