Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

external-dns is ignoring punycode domains #5090

Open
lexisother opened this issue Feb 14, 2025 · 0 comments · May be fixed by #5147
Open

external-dns is ignoring punycode domains #5090

lexisother opened this issue Feb 14, 2025 · 0 comments · May be fixed by #5147
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@lexisother
Copy link

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:

Image

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
@lexisother lexisother added the kind/bug Categorizes issue or PR as related to a bug. label Feb 14, 2025
@lexisother lexisother linked a pull request Mar 6, 2025 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant