-
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
Support for external-dns annotations on HTTPRoutes #5032
Comments
HI @Thakurvaibhav would you be able to share Kubernetes manifests, or anything that could help to understand the request better. |
Here is a manifest of the shared gateway for various services
As you can see that this gateway has a wildcard host and another defined host which uses mTLS. In addition to the gateway, we have HTTP Routes in various namespaces such as the following:
We would prefer external-dns to consume annotations from both HTTPRoutes object and Gateway objects. |
I'm going to add /help we may have someone to be able help with proposing and implementing a solution |
/help |
@ivankatliarchuk: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed 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-sigs/prow repository. |
What would you like to be added:
external-dns annotations are only supported on the Gateway resource. Are there any plans to support these on HTTPRoutes ( and other resources ) as well ?
Why is this needed:
We have a shared gateway with a https listener with a wildcard cert attached to it.
We then create HTTPRoutes with specific hostnames. external-dns is able to look for HTTPRoutes to create hostnames but there is no annotation support such as TTL, additional hostnames etc.
The text was updated successfully, but these errors were encountered: