Skip to content

Commit 4f59728

Browse files
tsahiduekTimothy-Dougherty
authored andcommitted
Adding endpoints resource permission (kubernetes-sigs#1580)
According to kubernetes-sigs/external-dns#961 (comment), an `endpoints` resource permission is needed I'm using EKS 1.17
1 parent f5e4a1c commit 4f59728

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/examples/external-dns.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ rules:
2020
- apiGroups: [""]
2121
resources: ["nodes"]
2222
verbs: ["list"]
23+
- apiGroups: [""]
24+
resources: ["endpoints"]
25+
verbs: ["get", "watch", "list"]
2326
---
2427
apiVersion: rbac.authorization.k8s.io/v1beta1
2528
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)