c12s-kubespray/roles/rbac/templates/kubedns-clusterrolebinding.yml

14 lines
286 B
YAML
Raw Normal View History

2017-04-13 17:18:07 +00:00
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: custom:system:kube-dns
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: custom:system:kube-dns
subjects:
- kind: ServiceAccount
name: kube-dns
namespace: kube-system