Skip to content

Commit

Permalink
update rbac permissions for kindnet network policies
Browse files Browse the repository at this point in the history
Change-Id: I381a548754d31f5249c746e7dbf4e50fe776a34a
  • Loading branch information
aojea committed Jul 22, 2024
1 parent cd57e7c commit c3e24ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkg/build/nodeimage/const_cni.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ rules:
- ""
resources:
- nodes
- pods
- namespaces
verbs:
- list
- watch
- apiGroups:
- "networking.k8s.io"
resources:
- networkpolicies
verbs:
- list
- watch
Expand Down

0 comments on commit c3e24ff

Please sign in to comment.