external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
Signed-off-by: Greg Sidelinger **Description** Fixes #ISSUE **Checklist** - [x] Unit tests updated - [x] End user documentation updated
**Description** When using AWS SD services with healthchecks, external-dns isn't able to register any instances (`RegisterInstance`) of said services - it doesn't provide a default port to AWS API, and...
**What happened**: external-dns is frequently failing to create DNS records in Route53 as it is trying to create a record that already exists. For example these records are in Route53:...
**What would you like to be added**: Make the content of txt-owner-id records based on a hash of the current information. It could be a hash of each individual data...
Bumps golang from 1.18 to 1.19.1. [](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...
**What happened**: When two External-DNS deployments have the `ambassador-host` source enabled and the annotation filter set if a Ambassador Host resource contains an annotation that matches the annotation filter it...
Is there a reason external-dns is polling? Why not watch the event stream and trigger updates that way? There's no reason to poll on an interval if you can just...
**What would you like to be added**: add an option to specify whether stubzones are allowed above a base zone, for example, if you defined a base zone with --domain-filter=example.com...
**What would you like to be added**: I'd like to be able to limit ExternalDNS to only specific namespaces. Ie, it should have an optional field to provide a list...
It is possible to specify the `externalIPs` manually on a `ClusterIP` service, which causes `kube-proxy` to bind to those ports on any node with that IP on one of its...