external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
I have an AKS cluster which has been using the bitnami external-dns helm chart (based on this project) successfully for quite some time. I don't know exactly when this issue...
**What happened**: Every time CloudFlare returns 5xx the pod is crashing **What you expected to happen**: Should retry on 5xx error and not restart the pod **How to reproduce it...
Hopefully with https://github.com/kubernetes-sigs/external-dns/pull/3966 sorted as well 😄
**What happened**: I used External-DNS to create DNS records on Route53 for my dynamic environments. It works fine to create the records I need, however, it also creates A and...
**Description** External dns doesn't respect godaddy pagination, making some domain zones undetected. This problem affects all accounts with more than 100 domains (default page size). This simple fix sets page...
**What would you like to be added**: A way to forward additional information to webhook providers via annotations. A potential solution is to add support for a wildcard annotation such...
**What would you like to be added**: An optional annotation to some ignore hosts for istio gateway source. This annotation will be defined in istio's gateway object and hosts defined...
**why?** `TXT` entries are very special because external-dns use it to "lock" the owner currently, a DNS will be like that: ``` time="2023-12-16T16:50:40Z" level=info msg="Changing record." action=CREATE record=oops-test... ttl=1 type=CNAME...
Add option to set extensible attributes necessary for cloud infoblox instances to infoblox provider
**Description** Added flags to the infoblox provider in order to set the mandatory "extensible attributes" required for infoblox using a "cloud network automation" setup. The MR proposes to: - Add...
Previously, the registry only supported certain hard-coded record types (A, AAAA, CNAME, NS). With this commit, we instead take the list of types given via --managed-record-types. That means the default...