mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-07-17 09:12:33 +00:00
Add watch permission to thick e2e template (#1208)
As described in #1171, the watch function is required in the clusterrole for the thick Multus version, otherwise "Failed to watch *v1.Pod" would be returned.
This commit is contained in:
parent
40687759fb
commit
36ba3039ae
@ -45,6 +45,7 @@ rules:
|
|||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- update
|
- update
|
||||||
|
- watch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
- events.k8s.io
|
- events.k8s.io
|
||||||
|
Loading…
Reference in New Issue
Block a user