CoreDNS support EndpointSlices

In order to properly support EndpointSlices, enhance ClusterRole.

story: 2009874
task: 44582
Signed-off-by: Daniel Meyerholt <dxm523@gmail.com>
Change-Id: Ib9d81e8d215bb50cb0d80b954949012cbbf45a5c
This commit is contained in:
Daniel Meyerholt 2022-02-23 13:57:33 +01:00
parent 2a7ab5e9a3
commit 1da5a52b47
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,13 @@ rules:
- nodes
verbs:
- get
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding