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

**Description** Adds support for modifying IPv6 AAAA records with the PiHole provider. PiHole makes no distinction between A and AAAA records in their API, the main distinction being if the...

cncf-cla: yes
size/L
ok-to-test

My team has ran an experimental migration of our k8s platform from ingress to gateway api. external-dns is one of the key areas we had issues in. **What would you...

kind/feature
lifecycle/stale

Using AWS route53 provider. Here is the args for our external-dns Deployment and container: ``` spec: containers: - args: - --source=crd - --provider=aws - --domain-filter=companydomain.horse. - --registry=txt - --txt-owner-id=poseidon-ext-dns -...

kind/bug
lifecycle/rotten

**Description** Removing `tenantId` in the Secret that is to be created for deploying `external-dns` with [Helm in Azure with Managed Identities using Workload Identity](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/azure.md#helm) With `tenantId` present in the Secret...

cncf-cla: no
size/XS
lifecycle/rotten
do-not-merge/work-in-progress
needs-ok-to-test

**What happened**: https://github.com/kubernetes-sigs/external-dns/blob/master/source/gateway.go#L507 On this line checked the same amount of domain parts, but for Gateway API spec it doesn't required For example, I have: HttpRoute with hostname - env.dev.company.domain...

kind/bug

Bumps the dev-dependencies group with 4 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go), [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://github.com/tencentcloud/tencentcloud-sdk-go), [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod](https://github.com/tencentcloud/tencentcloud-sdk-go) and [github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/privatedns](https://github.com/tencentcloud/tencentcloud-sdk-go). Updates `github.com/aws/aws-sdk-go` from 1.51.28 to 1.51.29 Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.51.29 (2024-04-25) Service Client Updates...

cncf-cla: yes
size/S
needs-ok-to-test
dependencies
go

**What happened**: Thank you for the project! We use ExternalDNS to manage DNS for our Kubernetes clusters with Azure Private DNS. Here's our setup and example use case (with sensitive...

kind/bug
lifecycle/rotten

It seems that the maximum amount of characters that can be set, at least for the rfc2136 provider, is 35 (37 chars if you also count the prefix/suffix for the...

kind/bug
lifecycle/stale

**Description** Removed the config var from the NewSession function, the ideia is to discuss and evaluate a better option to implement this solution, I am not a golang developer but...

cncf-cla: yes
size/S
needs-ok-to-test

test: controller run() should do somthing and successfully shutdown

cncf-cla: yes
lgtm
size/M
ok-to-test