external-dns icon indicating copy to clipboard operation
external-dns copied to clipboard

Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services

Results 647 external-dns issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

kind/bug

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...

kind/bug

**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...

kind/bug

**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...

cncf-cla: yes
size/L
needs-rebase
ok-to-test

**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...

kind/bug

**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"...

kind/bug
lifecycle/stale

**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...

cncf-cla: yes
size/XS

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...

cncf-cla: yes
size/L
needs-ok-to-test

**Description** Fixes #ISSUE **Checklist** - [ ] Unit tests updated - [ ] End user documentation updated

cncf-cla: yes
size/S
needs-ok-to-test

**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...

kind/feature