external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
**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...
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...
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 -...
**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...
**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...
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...
**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...
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...
**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...
test: controller run() should do somthing and successfully shutdown