external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
**What happened**: If an MX Record is created via CRD, it is not deleted when the CRD is deleted. **What you expected to happen**: When deleting CRD MX record should...
**What would you like to be added**: We have use cases when on a new service deploy, the Route53 A record needs to be added to the existing ALB's Alias...
**What would you like to be added**: Add metadata field to the record properties, the value itself is supported by azure sdk **Why is this needed**: So that records can...
missing clear instructions on where to find the chart, without this the upgrade command will not work. **Description** Fixes #ISSUE **Checklist** - [ ] Unit tests updated - [x] End...
### Bug Report **What happened**: When defining `app-%!s()-internal-eks.eu-west-1.sandbox` as a DNS entry, the External-DNS pod successfully creates the entries in Route53 and then enters a crash loop due to a...
**What happened**: add config for second provider , but how can i config double provider ? **What you expected to happen**: both provider works **How to reproduce it (as minimally...
Bumps the dev-dependencies group with 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/IBM/go-sdk-core/v5](https://github.com/IBM/go-sdk-core) | `5.17.1` |...
Previous context needed: The issue: [link](https://github.com/kubernetes-sigs/external-dns/issues/4241) This Pull Request: [link](https://github.com/kubernetes-sigs/external-dns/pull/4296) Current behavior: User has 3 hosted zones in AWS: Public: mydomain.com Private: internal.mydomain.com Private: us-west-2.internal.mydomain.com User creates an ingress with...
Once this works, a domain can be created, a TLS wildcard cert issued, and a wildcard IP can route everything for the domain to a single ingress controller from scratch....
**Description** Current implementation always check owner labels eventhough the resource does not provide it. So i don't get succeeded to update A record on cloudflare. ``` ./external-dns \ --resolve-service-load-balancer-hostname \...