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
trafficstars

**Description** In the command line arguments, we see `min-event-sync-interval` as "The minimum interval between two consecutive synchronizations triggered from kubernetes events" In the code, it actually acts a different way....

cncf-cla: yes
size/M
lifecycle/rotten
needs-rebase

**Description** In the current implementation, DNS providers are called to list all records on every loop. This is expensive in terms of number of requests to the provider and may...

cncf-cla: yes
size/L
lifecycle/rotten
needs-rebase
ok-to-test

**What would you like to be added**: Provider alibaba support RRSA authentication. **Why is this needed**: Add authentication method and risk reduction. https://www.alibabacloud.com/help/en/ack/serverless-kubernetes/user-guide/use-rrsa-to-authorize-pods-to-access-different-cloud-services

kind/feature
lifecycle/rotten

What happened: external-dns is constantly deleting and re-adding A records of the ingress objects, even though there are no changes made. Only one instance of external-dns is running on EKS...

kind/bug
lifecycle/stale

**What happened**: It's happened when I use tls in spec. Flag '--ignore-ingress-tls-spec' doesn't help me. ``` spec: ingressClassName: nginx tls: - hosts: - alertmanager.domain.dom secretName: alertmanager ``` I got messages...

kind/bug
lifecycle/rotten

**What would you like to be added**: To the Kubernetes Gateway support, please add the same/similar Istio-style support for cross referencing external LBs, like AWS ALBs, via a specific Ingress...

kind/feature
lifecycle/rotten

**What happened**: External DNS pod can't retrieve credentials ``` 2024/04/01 15:46:53 Ignoring, HTTP credential provider invalid endpoint host, "169.254.170.23", only loopback hosts are allowed. time="2024-04-01T15:46:53Z" level=fatal msg="records retrieval failed: failed...

kind/bug

Hi, Apologies for asking a question here - I don't have an account in the Kubernetes slack - I'll work on getting that set up. With that out of the...

kind/support

Hello, I used External DNS combined with CloudMap. During configuration, I used Service as NodePort instead of LoadBalancer as the instructions say, and I used [this instruction](https://kubernetes-sigs.github.io/external-dns/v0.14.0 /tutorials/aws-sd/) to install...

kind/bug
lifecycle/rotten

**What would you like to be added**: ``` it may call ParseAddr many times for the same target. So let's give us one more chance to avoid that. I have...

kind/feature
lifecycle/rotten