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**: Contour logs ``` time="2021-09-20T17:37:52Z" level=info msg="received a new address for status.loadBalancer" context=loadBalancerStatusWriter loadbalancer-address=a09eed6b7d4769a328a1dc38396843-b3258fd74268025a.elb.us-east-1.amazonaws.com ``` external-dns logs: ``` time="2021-09-21T16:51:58Z" level=info msg="All records are already up to date" ``` Envoy...

kind/bug

**What would you like to be added**: I would like to migrate to new TXT format early, so only one TXT record created per regular record. Right now there is...

kind/feature

As part of our ongoing effort to https://github.com/cncf/techdocs/issues/198, we noticed that the website does not pass the trademark criteria on [CLOMonitor](https://clomonitor.io/search?foundation=cncf&not_passing_check=trademark_disclaimer&page=1). To fix this: Head to the source code of...

**What happened**: After updating to 0.14.1, the pod goes into a crash loop with the error: failed to sync *v1.Gateway: context deadline exceeded This does not happen with 0.14.0. **What...

kind/bug

**What would you like to be added**: - Populate a private zone using ServiceEntry - Auto-allocate IPs for ServiceEntries that don't have one ( similar to Istio DNS interception auto-allocate...

kind/feature
lifecycle/rotten

**What would you like to be added**: Use hostnames from the Gateway CR. **Why is this needed**: Current API supports using hostnames in HttpRoute - however users who want more...

kind/feature

**What happened**: I ran external-dns like so: ``` export EXTERNAL_DNS_KUBECONFIG="./kubeconfig" external-dns \ --once \ --log-level=debug \ --log-format=text \ --policy=upsert-only \ --server="https://redacted:443" \ --provider=cloudflare \ --registry=txt \ --interval=5m0s \ --txt-owner-id=chi \...

priority/backlog
lifecycle/rotten

**What happened**: While creating ingress with multiple domains external DNS does not update anything nor it generate any log **What you expected to happen**: external DNS should update alias record...

kind/bug
lifecycle/rotten

**What happened**: I have the following command line args: --crd-source-apiversion=externaldns.k8s.io/v1alpha1 --crd-source-kind=DNSEndpoint --cloudflare-proxied --annotation-filter=external-dns.alpha.kubernetes.io/target The issue is with the annotation-filter. When that is set, my DNSEndpoint definition is ignored unless it...

kind/bug
help wanted

**What happened**: I tried to deploy external-dns via the provided helm chart **What you expected to happen**: Setting provider values should result in them being set in the container. Properly...

kind/bug