external-dns
external-dns copied to clipboard
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
**What happened**: I deployed external-dns via Helm in my AWS EKS cluster: ``` ~ helm --kubeconfig=./kubeconfig.exp-1.yaml list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION external-dns default 1 2023-09-26 13:20:27.144529...
**What happened**: In a cluster with external-dns configured to work with PowerDNS, when creating a DNSendpoint resource for a SRV record, external-dns wants targets without trailing dot whereas PowerDNS wants...
**What happened**: I'm using Azure DNS (not private), and the newest release, configured for *namespaced*-watches, deployed via the newest helm chart. I've validated that the azure.json file is correct, and...
**What happened**: AWS EKS cluster with external-dns configured for "xxx.yyy.com", a service is annotated with: ``` external-dns.alpha.kubernetes.io/hostname: "xxx.yyy.com ``` The apex A record is created properly as an alias for...
**What happened**: PR https://github.com/kubernetes-sigs/external-dns/pull/2811 (related to migrating to the new TXT registry format) broke support for TXT records (from the CRD source). TXT records in CRDs are created, but the...
**Description** When externalIPs of service which is loadbalancer type created, external-dns doesn't support for istio-gateway, istio-virtualservice. **Checklist** - [ ] Unit tests updated - [ ] End user documentation updated
**What would you like to be added**: Some blurbs about how to use external DNS with Azure internal load balancer. **Why is this needed**: I spent quite some time try...
**What happened**: We are preforming blue/green replacement of EKS cluster. Our workloads tend to use either AWS Route53 RRSet weight or region based. In one of our Green clusters, we...
**What happened**: When creating an alias record for a NLB, the TXT record created for registry is prefixed with `cname_` while alias is a A record. The bug seems to...
**What happened**: time="2023-09-22T09:09:27Z" level=error msg="getDomainRecords test-domain.com error SDK.ServerError\nErrorCode: InvalidDomainName.NoExist\nRecommend: https://api.aliyun.com/troubleshoot?q=InvalidDomainName.NoExist&product=Alidns\nRequestId: 7B378533-9462-5725-867E-90785D71329E\nMessage: The specified domain name does not exist. Refresh the page and try again.\nRespHeaders: map[Access-Control-Allow-Origin:[*] Access-Control-Expose-Headers:[*] Connection:[keep-alive] Content-Length:[297] Content-Type:[application/json;charset=utf-8] Date:[Fri,...