external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
Hello! I'm not sure if this is a bug, per se, but I am trying to configure the cloudflare provider to update records for a development subdomain of my apex...
https://github.com/kubernetes-sigs/external-dns/blob/master/docs/sources/txt-record.md indicates that TXT records are only for digitalocean zones, however simple TXT records are already being used in other environments for state so I consider this a bug rather...
**What happened**: An `A` record that is also the zone root gets deleted and recreated every minute. Interestingly, for all non-root DNS names 2 TXT records are created, but for...
**Description** When running external-dns in a multi-tenant environment (e.g. in `namespaced=true` mode in the helm chart), users may not be in a position to give access to the `Node` resource...
**What happened**: We are using external-dns with the EXTERNAL_DNS_DEFAULT_TARGETS option to create CNAME records for all out virtual services for the same target. Because of this, our virtual services do...
**What happened**: At each interval, External DNS removes and adds DNS entries. ``` time="2024-07-05T07:41:58Z" level=info msg="Removing RR: my-app.srv01.foobar.example.com 300 CNAME prod.srv01.foobar.example.com" time="2024-07-05T07:41:58Z" level=info msg="Adding RR: my-app.srv01.foobar.example.com 300 CNAME prod.srv01.foobar.example.com" time="2024-07-05T07:41:58Z"...
**Description** Allows the replica count for external-dns deployments to be configurable as zero. external-dns helm installs can be done in secondary regions with zero replicas waiting to be scaled up...
Hello, We have deployed multiples Kubernetes clusters on-premise. Our cluster use Cilium CNI with SNAT disabled. This mean the pods traffic will exit the cluster with their pod IP and...
**Description** Fixes #ISSUE **Checklist** - [ ] Unit tests updated - [ ] End user documentation updated
**What would you like to be added**: The ability to install an external-dns helm release with the replica count set to zero. **Why is this needed**: We have failover clusters...