-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
csi-provisioner rbac need add resources nodes
get, list, watch
#293
Comments
the offending code is more likely in https://github.com/kubernetes-csi/external-provisioner/blob/release-1.0/pkg/controller/topology.go#L189 nodes, err := kubeClient.CoreV1().Nodes().List(metav1.ListOptions{LabelSelector: selector}) |
you are correct, |
ShyamsundarR
pushed a commit
to ShyamsundarR/ceph-csi
that referenced
this issue
Apr 25, 2019
ShyamsundarR
pushed a commit
to ShyamsundarR/ceph-csi
that referenced
this issue
Apr 25, 2019
wilmardo
pushed a commit
to wilmardo/ceph-csi
that referenced
this issue
Jul 29, 2019
wilmardo
pushed a commit
to wilmardo/ceph-csi
that referenced
this issue
Jul 29, 2019
Madhu-1
pushed a commit
to Madhu-1/ceph-csi
that referenced
this issue
Jun 20, 2024
Syncing latest changes from upstream devel for ceph-csi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
provisioner 1.0 support VolumeNodeAffinity
https://github.com/kubernetes-csi/external-provisioner/blob/release-1.0/pkg/controller/topology.go#L114
https://github.com/kubernetes-csi/external-provisioner/blob/release-1.0/pkg/controller/topology.go#L148
The text was updated successfully, but these errors were encountered: