mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-07-16 00:37:22 +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
|
||||
- list
|
||||
- update
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
- events.k8s.io
|
||||
|
Loading…
Reference in New Issue
Block a user