-
Notifications
You must be signed in to change notification settings - Fork 31
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
[BUG] in deployment Manifests? #275
Comments
I have the same issue. As a workaround I extended the ClusterRoleBinding
After that the csi-resizer could list the resources:
|
@0hlov3 @vitality411 could you delete and recreate the resources. Such as:
That should delete the old role and recreate a new one |
Okay, but it seems that the csi-resizer is in https://github.com/vmware/cloud-director-named-disk-csi-driver/blob/1.6.0/manifests/csi-node.yaml and the csi-nodes are not using the Roles from csi-controller, they are using this Role: kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: csi-nodeplugin-role
rules:
- apiGroups: [""]
resources: ["events"]
verbs: ["get", "list", "watch", "create", "update", "patch"] But I will go ahead and give it a try later. |
@arunmk does not work for me:
|
@vitality411 the same should be done with the node manifest also. A delete and reapply. Did you hit the error after doing that? |
@arunmk Yes, same issue:
IMHO the issue is obvious. The |
Describe the bug
Hi there,
I was going to deploy the CSI-Driver with the manifest manifests/csi-node.yaml, after that I got a lot of failures in my Cluster:
I think the Problem is that the default ClusterRole for csi-node has only:
I would fix this myself, but I don't know, what the csi-nodes really need. :(
Would you like to take a look please?
Reproduction steps
Expected behavior
I expect if I install/update the cis-driver everything works.
Additional context
No response
The text was updated successfully, but these errors were encountered: