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**: Support Gateway Api v1beta1 "gateway.networking.k8s.io/v1beta1" to support HTTPRoute, TLSRoute, TCPRoute, and UDPRoute kinds as sources. Support for v1alpha2 was added in https://github.com/kubernetes-sigs/external-dns/pull/2292 **Why...
hi there, i was trying digging in the doc but i could not find any "documentation" page or anything of the kind from this github project, so please excuse me...
**Description** This PR contains changes for a new feature: client's certificate authentication to Infoblox NIOS server. And some bugfixes as well, including the fix for the issue https://github.com/kubernetes-sigs/external-dns/issues/2198 Fixes #2198...
**Description** Before this change, docker image is built with the arch the same as host node even after `ARCH` is specified. Using docker buildx helps us build cross-platform multi-arch docker...
This issue is a placeholder for all AAAA records support that needs to be done.
**Description** We should expect that 63 char labels works also with the txt registry. But as can be seen from https://github.com/kubernetes-sigs/external-dns/issues/2839 and others, this is not the case after introducing...
**Description** I had the master branch failing tests due to being on the wrong end of the unstable sorting: ``` $ go test sigs.k8s.io/external-dns/internal/testutils --- FAIL: ExampleSameEndpoints (0.00s) got: abc.com...
**Description** Fixing sub-optimal behavior when 'old' instances are unnecessarily de-registered first (and then immediately re-registered again) despite the fact that they should be kept in 'current' target The fix is...
Publishing external-dns As A provider **Description** This provider uses the external-dns CRD in an external kubernetes cluster as the provider backend. The idea is that the management cluster is the...
**What happened**: Since upgrading to versions after or including v0.9.0, external-dns is trying to manage domains that I've explicitly configured for exclusion. To summarize, my goal is to allow external-dns...