Add EndpointSlices for external dns

This commit is contained in:
j 2025-07-10 17:52:30 +10:00
parent 0d03b2a68a
commit 7359fc17f7

View file

@ -13,6 +13,9 @@ rules:
- apiGroups: [""]
resources: ["nodes"]
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.)
---
apiVersion: rbac.authorization.k8s.io/v1