external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
**What happened**: Using external-dns chart version 6.28.4, app version 0.14.0. We are creating AWS Route 53 entries that begin with a wildcard like `*.example.whatever.com` external-dns succeeds the first time. It...
**What happened**: external-dns is constantly deleting and re-adding AAAA records of the ingress objects, even though there are no changes made. Only one instance of external-dns is running on GKE...
**What happened**: When values are provided for `provider.webhook.args` in the external-dns helm release, the helm release fails with a ValidationError **What you expected to happen**: The helm release should install/update...
**What would you like to be added**: A watch mechanism for Headless services' Endpoint updates, ensuring automatic reconciliation of DNS records when scaling operations occur. This enhancement intends to maintain...
**What happened**: I deployed an http route with multiple hostnames: ``` apiVersion: gateway.networking.k8s.io/v1beta1 kind: HTTPRoute metadata: name: backend spec: parentRefs: - name: default namespace: $NAMESPACE hostnames: - "example.com" - "www.example.com"...
**What happened**: When an ingress controller is running with a NodePort service instead of LoadBalancer, external-dns tries to create the dns entry with the cluster internal IP from the ingress...
**What happened**: I have created an `ingress` with the following annotations to be able to access my k8s service via ALB from multiple hostnames. ```yaml apiVersion: v1 items: - apiVersion:...
**What would you like to be added**: When using flag fqdn-template at the moment we have two variables available. Allowing us do something like this: ´ --fqdn-template={{.Name}}-{{.Namespace}}.example.com ´ I propose...
**What happened**: I'm, trying to deploy the last version external-dns with the default values and appears the following error: ```bash time="2023-06-12T16:40:47Z" level=fatal msg="records retrieval failed: failed to list hosted zones:...
Bug Report: Handling of CNAME Records at Root Zone with ExternalDNS on Scaleway Component: ExternalDNS Configuration Summary: ExternalDNS is configured to manage DNS records dynamically with Kubernetes resources. The settings...