Add EndpointSlices for external dns
This commit is contained in:
parent
0d03b2a68a
commit
7359fc17f7
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["nodes"]
|
resources: ["nodes"]
|
||||||
verbs: ["list","watch"]
|
verbs: ["list","watch"]
|
||||||
|
- apiGroups: ["discovery.k8s.io"]
|
||||||
|
resources: ["endpointslices"]
|
||||||
|
verbs: ["get", "watch", "list"]
|
||||||
# Add DNS provider specific rules here if needed (e.g., for AWS IAM, GCP etc.)
|
# Add DNS provider specific rules here if needed (e.g., for AWS IAM, GCP etc.)
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue