external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
**What would you like to be added**: I would propose a larger rework of provider/designate, because of the problems lined out below. Things are related very closely, so that it...
**Description** Fixes #2714 **Checklist** - [x] Unit tests updated - [x] End user documentation updated Signed-off-by: Tamal Saha
**Description** This is an initial version for Yandex Cloud DNS management support Fixes [#2643](https://github.com/kubernetes-sigs/external-dns/issues/2643) **Checklist** - [x] Unit tests updated - [x] End user documentation updated
**What would you like to be added**: When external-dns creates/takes records under control it should validate record doesn't exceed values defined by [standard](https://datatracker.ietf.org/doc/html/rfc1035#section-2.3.4). **Why is this needed**: This implements failing...
Fixes #1200
**What would you like to be added**: I've added a new argument that does a regexp match on the `source/ingress.go` list of ingress hosts appended to the main list. This...
**Description** This adds support for the DNSMadeEasy API using their [Go Client](https://github.com/DNSMadeEasy/dme-go-client) I have this deployed to our internal development clusters, and am happy to maintain the provider - although...
**What would you like to be added**: An annotation called `external-dns.alpha.kubernetes.io/routing-alias` (or something like that) which lets you set an additional alias record that points to the record created in...
**What would you like to be added**: Pi-hole support as dns provider. **Why is this needed**: I use my kubernetes in my homelab and pihole as my network level dns....
Hello, I would be usefull if external-dns can have an option to set default ingress target value. Not override it, just set if it is not set. I can provide...