Skip to content

Instantly share code, notes, and snippets.

@ravikyada
Created January 22, 2025 04:35
Show Gist options
  • Save ravikyada/c90064e5b90598592b14076491ece435 to your computer and use it in GitHub Desktop.
Save ravikyada/c90064e5b90598592b14076491ece435 to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: external-dns
rules:
- apiGroups: [""]
resources: ["services","endpoints","pods"]
verbs: ["get","watch","list"]
- apiGroups: ["extensions","networking.k8s.io"]
resources: ["ingresses"]
verbs: ["get","watch","list"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["list","watch"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment