external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
**Description** Fix Azure provider targets extraction for A/CNAME records with [Alias record set](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/dns/dns-alias.md) option Fixes #2613 Example of RecordSetProperties object with TargetResource.ID (A record with `alias record set`)  Before...
**Description** Set explicit query parameters to fetch objects from the Infoblox API. Fixes #2931 **Checklist** - [ ] Unit tests updated - [x] End user documentation updated
Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.2.1 to 2.3.0. Release notes Sourced from helm/chart-testing-action's releases. v2.3.0 What's Changed fix: Typo in README by @joehorsnell in helm/chart-testing-action#81 Specify target branch of ct lint in...
**Description** This adds support for Provider Specific Annotations to the CRD source **Checklist** - [x] Unit tests updated
Provide an example configuring a more complex DnsEndpoint resource with AWS specific configurations.
**What happened**: Updating a DNS record deletes all fetched records. Even if some of the DNS records are afterwards recreated, this leads to major issues. Especially if different external-dns instances...
**What happened**: When updating to version 0.12.2 from 0.10.1, if the dnsDeployType is not set in the BlueCat configuration file, then the container fails with: `{"level":"fatal","msg":" is not a valid...
# What happened: Create more than one Kubernetes _Service_ and annotate it with ["external-dns.alpha.kubernetes.io/hostname"](https://sourcegraph.com/github.com/kubernetes-sigs/external-dns@23648c2/-/blob/source/source.go?L43-L44) with an empty string as the value. ExternalDNS will create a Route 53 change batch with...
**What happened**: ExternalDNS deleting and then creating records. Constantly. Infoblox **What you expected to happen**: it should be add once, if ingress resource delete from k8s, it should be deleted...
I missing currently one feature. A DNSEndpoint CRD looks like this: ``` apiVersion: externaldns.k8s.io/v1alpha1 kind: DNSEndpoint metadata: name: examplednsrecord spec: endpoints: - dnsName: foo.bar.com recordTTL: 180 recordType: A targets: -...