mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-14 06:17:50 +00:00
Deployments: Add watch permission to thick example (#1171)
The ClusterRole was missing the watch permission on pods, which resulted in Multus throwing this error message every few seconds: Failed to watch *v1.Pod: unknown (get pods)
This commit is contained in:
parent
e2e8cfb677
commit
a373a2286d
@ -71,6 +71,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