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**: When using Istio, it is possible to use this with regular Ingress resources, either via annotation or an IngressClass. However Istio doesn't update...
Adds support for managing AAAA records. Fixes #2300 Fixes #1812 Fixes #2051 **Checklist** - [x] Unit tests updated - [x] End user documentation updated (it doesn't state external-dns _doesn't_ support...
Signed-off-by: Jack Henschel **Description** This patch removes the deprecated `hmac-md5` TSIG algorithm from the supported list. The `dns` library used by the RFC2136 provider no longer supports this algorithm: https://github.com/miekg/dns/pull/1187/files...
**Description** Fixes #ISSUE **Checklist** - [ ] Unit tests updated - [ ] End user documentation updated
**Description** Fixes #ISSUE **Checklist** - [ ] Unit tests updated - [ ] End user documentation updated
**Description** make parallel service discovery call during records information collection in order to avoid significant synchronization delay In case of tons of services (the case when each server should be...
**Description** This PR is a larger rework of provider/designate to address a couple of related issues. * Fix `policy=sync` #1122 * Fix txt record migration https://github.com/kubernetes-sigs/external-dns/issues/2790#issuecomment-1211719494 * Add support for...
**What happened**: We are using MetalLB’s capability to [share same external IP address](https://metallb.universe.tf/usage/#ip-address-sharing) with two or more Kubernetes services (through the `metallb.universe.tf/allow-shared-ip` annotation) and assign the same hostname through the...
Since upgrading to the latest (0.5.18) and removing a Lock on my DNS resource group all hell broke loose on my Azure DNS Zone as 5 different external-dns services in...
**Description** The infoblox view can be configured, but requests are not currently filtered by that view. This change passes the view that was configured into the request builder. Fixes #2994...