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 726 external-dns issues
Sort by recently updated
recently updated
newest added

**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`) ![exx](https://user-images.githubusercontent.com/2057180/154934883-eb1bdc85-025a-45f1-81dc-7c6d3234b2fa.png) Before...

cncf-cla: yes
size/XS
lifecycle/rotten

**Description** Set explicit query parameters to fetch objects from the Infoblox API. Fixes #2931 **Checklist** - [ ] Unit tests updated - [x] End user documentation updated

cncf-cla: yes
size/S

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...

cncf-cla: yes
size/XS
dependencies
github_actions

**Description** This adds support for Provider Specific Annotations to the CRD source **Checklist** - [x] Unit tests updated

cncf-cla: yes
size/M
lifecycle/rotten

Provide an example configuring a more complex DnsEndpoint resource with AWS specific configurations.

cncf-cla: yes
size/S
lifecycle/rotten

**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...

kind/bug

**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...

kind/bug

# 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...

kind/bug

**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...

kind/bug
lifecycle/rotten

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: -...

kind/feature
lifecycle/stale