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 noticed that external dns was not creating a route53 entry in AWS for an ingress that I created. I later found out that part of the ingress...
**Description** Adds the ability to filter ingresses based on their `IngressClassName` attribute. There's an `--ingress-class-filter` argument that's now exposed through the CLI and some additional filtering in `source/ingress.go` Fixes #1975...
**What happened**: The change to the TXT registry introduced in #2157 breaks downward compatibility by retroactively limiting the maximum length of managed records. This means even with #2811 implemented, there...
Signed-off-by: Patrik Cyvoct **Description** Two small fixes for the Scaleway provider: - defaults to a bigger page size for listing when there is a lot of domains - avoid sending...
**What would you like to be added**: AWS CloudMap aka AWS ServiceDiscovery provider should use `DiscoverInstances` API call when possible instead of `ListInstances` **Why is this needed**: - `DiscoverInstances` API...
In a system of a high number of Kubernetes clusters in which external-dns runs configured to maintain all records for a single AWS Route53 zone, throttling errors are imminent with...
**What would you like to be added**: Multiple replicas for reliability, similar to how https://github.com/kubernetes-sigs/aws-load-balancer-controller works using leader election. **Why is this needed**: Improve reliability.
Hi, @Raffo @njuettner @seanmalloy I am Ranjish, Engineering Manager from Infoblox taking care of Cloud initiatives. We have few customers who are using ExternalDNS plugin to connect with Infoblox. Being...
**What happened**: I registered domain something.space (cheap domain for tests) via OVH and would like to use that for nginx. I need to set it up to point to my...
Bumps golang from 1.18 to 1.19.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...