update multus to 3.4 and add crio support (#5701)

Signed-off-by: Chris Randles <randles.chris@gmail.com>
This commit is contained in:
Christopher Randles
2020-03-13 07:22:39 -04:00
committed by GitHub
parent 19865e81db
commit 71c856878c
6 changed files with 45 additions and 17 deletions

View File

@@ -4,13 +4,16 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: multus
rules:
- apiGroups:
- '*'
- apiGroups: ["k8s.cni.cncf.io"]
resources:
- '*'
verbs:
- '*'
- nonResourceURLs:
- '*'
- apiGroups:
- ""
resources:
- pods
- pods/status
verbs:
- '*'
- get
- update