-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 tries to create invalid TXT records for wildcard domains #2922
Comments
My guess is that Azure DNS is just the stricter provider which doesn't allow the wildcard character to be anywhere except for the left most position. I don't see the problem with |
@alebedev87 external-dns does some magic for wildcard records. I guess conversion should include that "magic" |
@k0da : Yes, there is this flag: |
@alebedev87 Yeah, the ingress already existed.
Does the spec actually allow such names or are AWS/GCP overly permissive? |
makes sense |
I can confirm that using I think this should be mentioned as a breaking change for those who use the Azure provider in the changelog for 0.12.0 or 0.12.2. |
@OvervCW: nice to see that it worked out for you!
That's not quite related to @Raffo: how about adding this into the |
Yes, I can do. We merged today the PR to get the final images tagged, I will update the release with the new info. |
@Raffo : thanks for Just wanted to say that I think that the note about |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The @OvervCW can fix the issue they're experiencing by setting |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened:
I have a few ingresses with wildcard TLS entries and ExternalDNS seems to create the wrong TXT entries for these:
What you expected to happen:
Not to see this error.
How to reproduce it (as minimally and precisely as possible):
I have ingresses that look like this:
Anything else we need to know?:
I can reproduce this problem in version 0.12.2, but not in 0.12.0.
Environment: Kubernetes 1.23.8
external-dns --version
): 0.12.2The text was updated successfully, but these errors were encountered: