external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
**What happened**: external-dns pod was crashing because of `"the AES Encryption key must have a length of 32 bytes"` after following [the documentation](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/registry/txt.md#encryption), using a url-base64 encoding for the key....
[External-DNS] Sync mode does not delete/update DNS entries when changes are made on kubernetes side
**What happened**: The externalDNS has been configured this way : ``` image: registry.k8s.io/external-dns/external-dns:v0.14.0 args: - --policy=sync - --source=ingress - --source=service - --annotation-filter=managed.by=external-dns - --txt-owner-id=-ext-dns - --txt-prefix=dbaas. ``` I'm using RFC2136...
**Description** Call event handler for service source when headless service's endpoints change. Fixes #4113 **Checklist** - [x] Unit tests updated - [ ] End user documentation updated
**What happened**: External-dns controller doesn't create R53 entries in AWS for pods. This can be simple pods, deployments, stateful sets. **What you expected to happen**: Create R53 A entry named...
**What would you like to be added**: Currently, at least for Azure, the TTL is hard coded to 300 seconds. It is possible to override this per endpoint but it...
**What happened**: I don/t know what\s happening, I just got this error, and the pods is exited ``` time="2024-04-30T15:43:29Z" level=fatal msg="one DNS provider apply changes delete records failed: executing records...
**What happened**: Created a `Service` which then external-dns created an `A` record and `TXT` ownership record. The `TXT` record suffix should match the type of the other record (`A`) but...
**What happened**: When defining both a non-wildcard record with a wilcard one, both DNS records will be created but only the wildcard version will continue to be maintained by external-dns....
**What happened**: When upgrading from v0.13.5 to v0.13.6, we're getting every run: ``` kube-system external-dns-78d5f698ff-zc9bz external-dns time="2023-10-08T23:51:39Z" level=info msg="Applying provider record filter for domains: [XXX]" kube-system external-dns-78d5f698ff-zc9bz external-dns time="2023-10-08T23:51:39Z" level=info...
Bumps the dev-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/aliyun/alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go) | `1.62.724` |...