c12s-kubespray/roles/rbac/templates/kubedns-clusterrole.yml
2017-04-24 14:24:49 +02:00

21 lines
277 B
YAML

apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRole
metadata:
name: custom:system:kube-dns
rules:
- apiGroups:
- ""
resources:
- endpoints
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- services
verbs:
- get
- list
- watch