RBAC missing permission for persistent-volume-binder #46770
Labels
kind/bug
Categorizes issue or PR as related to a bug.
sig/auth
Categorizes an issue or PR as relevant to SIG Auth.
sig/storage
Categorizes an issue or PR as relevant to SIG Storage.
Milestone
Is this a request for help? : No
What keywords did you search in Kubernetes issues before filing this one? : PVC, Openstack, RBAC
Is this a BUG REPORT or FEATURE REQUEST? : BUG REPORT
Kubernetes version (use
kubectl version
):Client Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.4", GitCommit:"d6f433224538d4f9ca2f7ae19b252e6fcb66a3ae", GitTreeState:"clean", BuildDate:"2017-05-19T18:44:27Z", GoVersion:"go1.7.5", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"7+", GitVersion:"v1.7.0-alpha.4.666+461a8406a444e4-dirty", GitCommit:"461a8406a444e48fdec3c138f47a5f8b8abaf0c3", GitTreeState:"dirty", BuildDate:"2017-05-30T09:26:07Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
Environment:
uname -a
): 4.4.0-47-genericWhat happened: kube-controller-manager could not list nodes becase of missing permission for persistent-volume-binder service account.
What you expected to happen: persistent-volume-binder service account should be able to list nodes.
How to reproduce it (as minimally and precisely as possible): bootstrap a cluster with RBAC and try to create cinder PVC on openstack.
Anything else we need to know:
The text was updated successfully, but these errors were encountered: