From d56e4ce4d26cbe843364347a649ad25d5e58766d Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Mon, 11 Jun 2018 19:55:27 -0400 Subject: [PATCH] document volume scheduler role (#8875) --- content/en/docs/reference/access-authn-authz/rbac.md | 5 +++++ 1 file changed, 5 insertions(+) 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.