Skip to content

Commit

Permalink
Deployments: Add watch permission to thick example (#1171)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
itz-Jana authored Dec 4, 2023
1 parent e2e8cfb commit a373a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/multus-daemonset-thick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ rules:
- get
- list
- update
- watch
- apiGroups:
- ""
- events.k8s.io
Expand Down

0 comments on commit a373a22

Please sign in to comment.