kubeadm: CoreDNS permissions for endpointslices

Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
Co-authored-by: pacoxu <paco.xu@daocloud.io>
This commit is contained in:
Antonio Ojea 2021-05-12 19:15:56 +02:00 committed by pacoxu
parent 188193e1c0
commit 74feb07594

View File

@ -197,6 +197,13 @@ rules:
- nodes
verbs:
- get
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- list
- watch
`
// CoreDNSClusterRoleBinding is the CoreDNS Clusterrolebinding manifest
CoreDNSClusterRoleBinding = `