Closed
Description
What happened:
external-dns is completely ignoring one of my domains, as if it can't find it.
DEBU[0004] Skipping record a.xn--ccka2b6azt.xn--q9jyb4c because no hosted zone matching record DNS Name was detected
DEBU[0004] Skipping record a.xn--ccka2b6azt.xn--q9jyb4c because no hosted zone matching record DNS Name was detected
My domain is registered and active within Cloudflare:
What you expected to happen:
I expect it to find the right zone and create DNS records.
How to reproduce it (as minimally and precisely as possible):
I am not sure how to describe a reproduction scenario, but this is my Ingress manifest (which I use as sources for external-dns):
ingress.yml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: alyxiaminna
namespace: alyxiaminna
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: traefik
rules:
- host: a.xn--ccka2b6azt.xn--q9jyb4c
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: alyxiaminna
port:
number: 80
tls:
- hosts:
- a.xn--ccka2b6azt.xn--q9jyb4c
secretName: alyxiaminna-a-cert
Anything else we need to know?:
Environment:
- External-DNS version (use
external-dns --version
):v0.15.0
- DNS provider: Cloudflare