mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Fixing e2e CSI test
This commit is contained in:
parent
a81787052c
commit
2ae33cc324
@ -92,6 +92,16 @@ func csiClusterRole(
|
|||||||
Resources: []string{"persistentvolumeclaims"},
|
Resources: []string{"persistentvolumeclaims"},
|
||||||
Verbs: []string{"get", "list", "watch", "update"},
|
Verbs: []string{"get", "list", "watch", "update"},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
APIGroups: []string{""},
|
||||||
|
Resources: []string{"events"},
|
||||||
|
Verbs: []string{"get", "list", "watch", "creat", "update", "patch"},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
APIGroups: []string{""},
|
||||||
|
Resources: []string{"secrets"},
|
||||||
|
Verbs: []string{"get", "list"},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
APIGroups: []string{""},
|
APIGroups: []string{""},
|
||||||
Resources: []string{"nodes"},
|
Resources: []string{"nodes"},
|
||||||
|
Loading…
Reference in New Issue
Block a user