external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
**What happened**: Hi there While using this controller for a new EKS deployment in Jakarta I came across this error: ``` time="2022-05-11T16:24:15Z" level=info msg="Desired change: CREATE live.mydomain.com CNAME [Id: /hostedzone/Z0XXXXXXXXXXXXXXXX]"...
We have been using external-dns for quite a while, but haven't updated the chart. As we recently did this, we had to realize we need to rollback, because external-dns is...
Not sure if this is a bug or just not possible by design or other limitations. I am trying to automatically create a dns record for the apex / root...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.74.0 to 0.92.0. Release notes Sourced from google.golang.org/api's releases. v0.92.0 0.92.0 (2022-08-10) Features all: auto-regenerate discovery clients, refs #1649 #1646 #1645 #1643 #1641 v0.91.0 0.91.0 (2022-08-01) Features...
**Description** When there are hundreds of thousands of `VirtualService` created, it takes a long time to collect all the endpoints when the `external-dns` targets are not set explicitly in the...
**Description** AWS ServiceDiscovery provider should use `DiscoverInstances` API call when possible instead of `ListInstances`, as with default API limits external-dns will start throttling its API on a scale of several...
**What happened**: In a cluster that has ~90 ingresses, a new node was added. This triggered change on all ~90 ingresses and AWS limit of 1000 rows in single update...
**What happened**: Using the "aws" provider to create DNS records for hostnames that point at AWS ELBs (such as for endpoints extracted from a Kubernetes _Service_ or _Ingress_), since the...
**What happened**: We have external-dns running in GKE. This has the --domain-filter flag set to `sand1.example.us-west2.sandbox-gcp.qwerty.com`. In GCP we have two zones configured with DNS name set to `sand1.example.us-west2.sandbox-gcp.qwerty.com`. One...
The provided deployment manifest does not appear to include any health/readiness checks. I'm using the CoreDNS/etcd configuration, and when etcd cluster is unavailable for any reason, external-dns does not appear...