-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat(source): add gateway api hostname source annotation #5487
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
base: master
Are you sure you want to change the base?
feat(source): add gateway api hostname source annotation #5487
Conversation
Signed-off-by: hjoshi123 <[email protected]>
…gateway-hostname-source-annotation
Hi @hjoshi123. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
At first glance, it makes sense. |
I ran into a case of needing this too. |
Hi @bdrewery, Would you be able to share an abstract with a use case for that annotation? This would be incredibly helpful for our documentation; it's always valuable to provide not just the feature itself, but also practical examples of how it can be used. |
I think there is a great explanation about one of the use cases, we could re-use and add it to docs #5391 (comment)
|
@ivankatliarchuk yes I was gonna modify the documentation for ingress since the annotation's purpose is similar |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@bdrewery @ivankatliarchuk added documentation.. let me know if the documentation works |
/ok-to-test |
In docs use-cases missing. And would you be able to share evidences that the code is working and make changes expected? |
Hmm.. @ivankatliarchuk I will try running it on my homelab over the weekend.. if someone can do it earlier then it would be better too.. the unit tests are passing though |
/ok-to-test |
Example use cases for another annotation https://github.com/kubernetes-sigs/external-dns/blob/master/docs/advanced/ttl.md#use-cases-for-external-dnsalphakubernetesiottl-annotation. This will help us and a community to decide which annotation to use |
Ah gotcha @ivankatliarchuk I can add it.. although I didn't get time to run this on a cluster.. but seems like the tests are passing.. I am not sure if any of you guys have bandwidth to try it out |
PR needs rebase. 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. |
Checking in to see when this functionality will be merged in? I'm currently running into a similar scenario outlined in this comment |
This PR abandoned. If anyone interested to add feature what is required;
Example result #5828 (comment) If needed, see how to test a PR. This will require golang to be installed. |
What does it do ?
Adds
external-dns.alpha.kubernetes.io/gateway-hostname-source
annotation to the GatewayAPI source.Motivation
#5391
More