external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
**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....
**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...
**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
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...
**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...
**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...
**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...
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...
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...
**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...