external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
**What happened**: I am getting error below with new edns release `RFC2136 had errors in one or more of its batches: [dns: bad authentication]"` **What you expected to happen**: DNS...
The Cloudflare provider should have the option to not bother with setting up DNS records as it does now, but instead setup a "pool" in Cloudflare (probably one per endpoint)...
**What happened**: this issue follow #4067 but for azure. **What you expected to happen**: Container should not restart when throttling occurred on azure api **How to reproduce it (as minimally...
**What would you like to be added**: There are 2 proposed changes in this issue, will try and elaborate both: 1. Adapt external-dns to only use required informers depending on...
**What happened**: After deleting some ingress resources, it seems that the new TXT record is not being cleaned up, but the other two DNS entries (the A record and the...
**What happened**: When using the annotation filter with annotation values larger than 63 characters, an error is reported: ``` time="2023-02-09T12:23:37Z" level=error msg="couldn't parse the selector string \"nacx.io/fqn notin (nacx/io/resources/dev/workspaces/custom/gateways/development/ingressgateways/defaultapp)\": unable...
**What happened**: fqdn template expansion doesn't work for multiple fields on `node` endpoints. It just grabs the first one at index 0. **What you expected to happen**: Multiple endpoints should...
**What happened**: After upgrading the external-dns image from 0.13.4 => 0.14.0, external-dns seems to have gotten stuck trying to continuously delete and recreate a subset of the records it manages....
**Description** Pods can have hostPorts without hostNetwork. I propose to remove the check that prevent checking annotations on pods that are not on hostNetwork. **Checklist** - [X] Unit tests updated...
**What happened**: An unexpected response from Cloudflare results in the below and external DNS exits: ``` could not read response body: unexpected EOF ``` **What you expected to happen**: Arguably...