-
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
Created a wildcard record even there is no * host record in ingress rules #4348
Comments
The wildcard record will not create anymore once removed the Reference: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/ingress/cert_discovery/ However, I doubt a wildcard record should be created just because of using This is my updated ingress.yaml,
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
In the RFC2136 provider, this actually causes errors instead of just inconveniences:
external-dns crashes after that. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
What happened:
I used External-DNS to create DNS records on Route53 for my dynamic environments. It works fine to create the records I need, however, it also creates A and TXT records for
*.example.com
.What you expected to happen:
Only the records specified in Ingress rule are being created.
For example, in my Ingress rules, there is only one record
abc.example.com
. I expect only A and TXT record forabc.example.com
would be created. However, there are 6 records in total, 3 forabc.example.com
and 3 for*.example.com
.How to reproduce it (as minimally and precisely as possible):
My ingress YAML:
Anything else we need to know?:
values.yaml for Helm:
Log
Environment:
external-dns --version
): v0.14.0, Chart version v1.14.3The text was updated successfully, but these errors were encountered: