- # This is the role binding for the kubemark kube-dns.
- apiVersion: rbac.authorization.k8s.io/v1
- kind: ClusterRoleBinding
- metadata:
- name: kube-dns-view-binding
- labels:
- kubernetes.io/cluster-service: "true"
- roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: ClusterRole
- name: system:kube-dns
- subjects:
- - apiGroup: rbac.authorization.k8s.io
- kind: User
- name: system:kube-dns
|