Skip to content

Commit

Permalink
add net-attach-def ClusterRole
Browse files Browse the repository at this point in the history
  • Loading branch information
fanriming committed Mar 28, 2021
1 parent 5126aed commit 5251c27
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,16 @@ rules:
- create
- patch
- update
- apiGroups:
- "k8s.cni.cncf.io"
resources:
- network-attachment-definitions
verbs:
- create
- delete
- get
- list
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 5251c27

Please sign in to comment.