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

**What happened**: We are migrating from nginx-ingress to envoy-gateway. We use gcloud DNS for DNS services. external-dns is used to create A records for ingress hosts and the IP of...

kind/bug

**What would you like to be added**: Current code coverage is ~76%, it would be beneficial to bump coverage to 90% or higher, this will simplify refactoring of certain features....

kind/feature
help wanted
good first issue
kind/cleanup
lifecycle/frozen

My install comes off the Helm chart you guys provide, which sets --namespace when namespaced: true. The Chart then creates a RoleBinding instead of a ClusterRoleBinding. Which makes sense. However...

kind/bug

**What happened**: Created an empty zone in PowerDNS. Created a simple DNSEndpoint to create NS records: ``` --- apiVersion: externaldns.k8s.io/v1alpha1 kind: DNSEndpoint metadata: name: testing spec: endpoints: - dnsName: example.tld...

kind/bug

**What would you like to be added**: ## ✅ TL;DR **Use [`cobra`](https://github.com/spf13/cobra)** for building modern, extensible CLI applications — especially if you want long-term support, Kubernetes-style UX, and active community...

kind/feature
help wanted
kind/deprecation

**What happened**: when scaling up Linode LKE cluster with external-dns running and pod source configured, I have encountered following panic: ``` panic: runtime error: invalid memory address or nil pointer...

kind/bug

**What would you like to be added**: Currently external-dns shares CLI configuration between all sources. For instance `node`, `service`, `ingress` sources all use `--label-filter` CLI flag. This makes it quite...

kind/feature