external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
First of all, sorry if this is an expected behavior, but I couldn't find anything related to it on the documentations. **What happened**: We're trying to reduce as much as...
**Description** This PR provides an option to set default ingress target. This default target is used, if and only if no other target is specified in ingress object. This is...
Signed-off-by: HenItzhaki [[email protected]](mailto:[email protected]) **Description** Fix the hide navigation **Checklist** - [ n/a] Unit tests updated - [X] End user documentation updated
When a TXT record is created (registry txt option) by the external-dns controller it is stored in plaintext which can result in information leakage. Example: ``` app.example.com. | TXT |...
When --registry txt is set, wildcard record creation fails as the TXT record is invalid. With `registry` set to `noop`, the wildcard record is created successfully. `a-*.example.com` is not a...
**Description** This commit enables registry/txt.go to append the correct labels to endpoints with existing templated prefixed txt records. e.g. ``` old.example.com A 10.0.0.1 prefix-a.old.example.com TXT "external-dns/owner=chris" ``` results in ```...
**What happened**: When using templated prefix (`--txt-prefix="prefix-%{record_type}."`), endpoints are not delete when the ingress is deleted. **What you expected to happen**: Endpoints of deleted ingresses are deleted. **How to reproduce...
**What would you like to be added**: A way to provide username and password for etcd authentication. Probably in a form of 2 environment vairables: `ETCD_USER` and `ETCD_PASS` **Why is...
**Description** This provider uses the external-dns CRD in an external kubernetes cluster as the provider backend. The idea is that the management cluster is the one that has access to...
**Description** Fix for https://github.com/kubernetes-sigs/external-dns/issues/2706 using HasPrefix to check for owner ship. Fixes #2706 **Checklist** - [x] Unit tests updated - [x] End user documentation updated