kube-dns-binding.yaml 388 B

12345678910111213141516
  1. # This is the role binding for the kubemark kube-dns.
  2. apiVersion: rbac.authorization.k8s.io/v1
  3. kind: ClusterRoleBinding
  4. metadata:
  5. name: kube-dns-view-binding
  6. labels:
  7. kubernetes.io/cluster-service: "true"
  8. roleRef:
  9. apiGroup: rbac.authorization.k8s.io
  10. kind: ClusterRole
  11. name: system:kube-dns
  12. subjects:
  13. - apiGroup: rbac.authorization.k8s.io
  14. kind: User
  15. name: system:kube-dns