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

Signed-off-by: Greg Sidelinger **Description** Fixes #ISSUE **Checklist** - [x] Unit tests updated - [x] End user documentation updated

cncf-cla: yes
size/XS

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

cncf-cla: yes
size/XS

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

kind/bug

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

kind/feature
sig/security

Bumps golang from 1.18 to 1.19.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.18&new-version=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...

cncf-cla: yes
size/XS
dependencies
docker

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

kind/bug

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

kind/feature

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

kind/feature

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

kind/feature
lifecycle/stale

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

kind/feature
lifecycle/frozen