---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: multus
rules:
- apiGroups: ["k8s.cni.cncf.io"]
resources:
- '*'
verbs:
- apiGroups:
- ""
- pods
- pods/status
- get
- list
- update
- watch
- events.k8s.io
- events
- create
- patch
kind: ClusterRoleBinding
roleRef:
apiGroup: rbac.authorization.k8s.io
subjects:
- kind: ServiceAccount
namespace: kube-system