Add support for GatewayAPI's UDPRoute#2117
Merged
Conversation
4b92764 to
25dc93c
Compare
1f35699 to
8af86a2
Compare
Signed-off-by: Andre Aguas <andre.aguas@protonmail.com>
* Fix annotation * Add Gateway allowedRoutes setup for udp * Add test udproute and gslb resources * Automatically set the failover example in local testbed * Add previously missing tcproute to automated apply in the Makefile Signed-off-by: Yury Tsarev <yury@upbound.io>
25dc93c to
757d907
Compare
✅ Deploy Preview for k8gb-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Yury Tsarev <yury@upbound.io>
Member
|
Rebased, added udp route to local setup, fixed annotation, tested failover end-to-end. |
ytsarev
approved these changes
Dec 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is the third of a series implementing support for the GatewayAPI: #954
This PR adds support for UDPRoute resources. The implementation is the exact same as for TCPRoute resources (#2116):
Similarly to TCPRoute resources, the UDPRoute does not have a hostname, therefore we rely on the GSLB's
k8gb.io/hostnameannotation to fetch it. We also do this for services of type load balancer: