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.

25 lines
431 B

  1. ---
  2. apiVersion: rbac.authorization.k8s.io/v1
  3. kind: ClusterRole
  4. metadata:
  5. labels:
  6. kubernetes.io/bootstrapping: rbac-defaults
  7. addonmanager.kubernetes.io/mode: Reconcile
  8. name: system:coredns
  9. rules:
  10. - apiGroups:
  11. - ""
  12. resources:
  13. - endpoints
  14. - services
  15. - pods
  16. - namespaces
  17. verbs:
  18. - list
  19. - watch
  20. - apiGroups:
  21. - ""
  22. resources:
  23. - nodes
  24. verbs:
  25. - get