external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
Bumps the dev-dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.62.731` | `1.62.732` | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)...
Bumps the dev-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.4 to 4.1.5 Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @cory-miller in actions/checkout#1703...
**What would you like to be added**: Similar to DNS providers, external-dns also maintains a list of sources for endpoints. This proposal is to move DNS sources to a webhook...
**Description** Add a debug log when `status.Parents` is empty in Gateway API implementation. Fixes #4439 Does not need documentation of test update. Tests never test for debug messages anyway.
My guess is: - Each provider required to perform testing themselves, and if they have no automated testing it shows: 'Alpha' - external-dns themselves only test/maintain a few providers, which...
**Description** Updates the cloudflare provider to raise SoftErrors when rate limits are breached interacting with the Cloudflare API Fixes #4434 **Checklist** - [x] Unit tests updated - [x] End user...
``` time="2024-05-07T03:58:32Z" level=debug msg="No endpoints could be generated from HTTPRoute foo/bar" ``` And that's it. There's no other logs that can shed any light on why it cannot be generated....
**Description** I created a webhook provider for Anexia CloudDNS. Fixes #ISSUE **Checklist** - [ ] Unit tests updated - [x] End user documentation updated
**What would you like to be added**: can be possible to add new environement variable to permit to set basepath before /wapi like //wapi. **Why is this needed**: i need...
**What happened**: External DNS for Cloudflare often enters CrashLoopBackOff when it hits a rate limit. Since this was merged https://github.com/kubernetes-sigs/external-dns/pull/3009 with the v0.13.5 release this has been occurring. We caught...