You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
425 B

  1. ---
  2. kind: ClusterRole
  3. apiVersion: rbac.authorization.k8s.io/v1
  4. metadata:
  5. name: multus
  6. rules:
  7. - apiGroups: ["k8s.cni.cncf.io"]
  8. resources:
  9. - '*'
  10. verbs:
  11. - '*'
  12. - apiGroups:
  13. - ""
  14. resources:
  15. - pods
  16. - pods/status
  17. verbs:
  18. - get
  19. - update
  20. - apiGroups:
  21. - ""
  22. - events.k8s.io
  23. resources:
  24. - events
  25. verbs:
  26. - create
  27. - patch
  28. - update