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.

29 lines
600 B

  1. ---
  2. apiVersion: rbac.authorization.k8s.io/v1
  3. kind: ClusterRoleBinding
  4. metadata:
  5. name: cilium-operator
  6. roleRef:
  7. apiGroup: rbac.authorization.k8s.io
  8. kind: ClusterRole
  9. name: cilium-operator
  10. subjects:
  11. - kind: ServiceAccount
  12. name: cilium-operator
  13. namespace: kube-system
  14. ---
  15. apiVersion: rbac.authorization.k8s.io/v1
  16. kind: ClusterRoleBinding
  17. metadata:
  18. name: cilium
  19. roleRef:
  20. apiGroup: rbac.authorization.k8s.io
  21. kind: ClusterRole
  22. name: cilium
  23. subjects:
  24. - kind: ServiceAccount
  25. name: cilium
  26. namespace: kube-system
  27. - apiGroup: rbac.authorization.k8s.io
  28. kind: Group
  29. name: system:nodes