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

22 lines
277 B
YAML
Raw Normal View History

2017-04-13 17:18:07 +00:00
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