1818 verbs : ["list", "watch", "create", "update", "patch"]
1919 - apiGroups : ["snapshot.storage.k8s.io"]
2020 resources : ["volumesnapshots"]
21- verbs : ["get", "list"]
21+ verbs : [ "get", "list", "watch", "update" ]
2222 - apiGroups : ["snapshot.storage.k8s.io"]
2323 resources : ["volumesnapshotcontents"]
2424 verbs : ["get", "list"]
4040 - apiGroups : [""]
4141 resources : ["persistentvolumes"]
4242 verbs : ["get", "list", "watch", "update", "patch"]
43- - apiGroups : [""]
44- resources : ["nodes"]
45- verbs : ["get", "list", "watch"]
4643 - apiGroups : ["storage.k8s.io"]
4744 resources : ["csinodes"]
4845 verbs : ["get", "list", "watch"]
@@ -64,12 +61,18 @@ rules:
6461 - apiGroups : [""]
6562 resources : ["persistentvolumeclaims"]
6663 verbs : ["get", "list", "watch"]
64+ - apiGroups : [""]
65+ resources : ["pods"]
66+ verbs : ["get", "list", "watch"]
6767 - apiGroups : [""]
6868 resources : ["persistentvolumeclaims/status"]
6969 verbs : ["update", "patch"]
7070 - apiGroups : [""]
7171 resources : ["events"]
7272 verbs : ["list", "watch", "create", "update", "patch"]
73+ - apiGroups : ["storage.k8s.io"]
74+ resources : ["volumeattributesclasses"]
75+ verbs : ["get", "list", "watch"]
7376---
7477kind : ClusterRole
7578apiVersion : rbac.authorization.k8s.io/v1
0 commit comments