external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
**What would you like to be added**: Allow DNS record created with a specified TTL value. **Why is this needed**: Application need less time to sync records on zone where...
**What happened**: Create a loadbalancer typeservice, received message "could not fetch A records from zone '*****' context deadline exceeded (Client.Timeout exceeded while awaiting headers)" from the pod log **What you...
Hi guys, I found few pull request about txt records encryption (#1314, #1115, #1538), that have conflicts now, or not merged. This PR have latest PR (#1538) with resolved conflicts,...
**Description** Hi guys, I found that when I using external-dns for cloudflare, it pulling all dns records for all zones, even if zone not used in k8s, and if you...
**Description** This PR adds the Plural DNS provider to external DNS. ### Background [Plural](https://www.plural.sh/) is a platform that deploys open source applications on Kubernetes in your cloud using common standards...
I have recently setup external-dns in my k8s cluster. The issue is that it syncs **all** ingress hostnames and not only ingresses annotated with `external-dns.alpha.kubernetes.io/hostname`. Is this not the intention...
Latest helm chart is producing the following on startup while using k3s 1.24 `time="2022-08-03T09:15:22Z" level=info msg="Instantiating new Kubernetes client" time="2022-08-03T09:15:22Z" level=info msg="Using inCluster-config based on serviceaccount-token" time="2022-08-03T09:15:22Z" level=info msg="Created Kubernetes...
**What would you like to be added**: AWS tagging support on aws-sd resource creation. **Why is this needed**: The IAM policy in the aws-sd documentation is incredibly permissive. CloudMap supports...
What would you like to be added: CRD DNSEnpoint include in the helm chart template Probably this was wrongly closed https://github.com/kubernetes-sigs/external-dns/blob/master/docs/contributing/crd-source.md Why is this needed: Helps to ensure no separate...