You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check in the UDPRoute controller whether the route has been accepted by any listener and remove it from the Kong store if not.
Additional information
Blocked by #2544 (needed for proper testing of the functionality and making a single Gateway capable of serving both TCP and UDP routes).
Acceptance Criteria
When UDPRoute's BackendObjectReference specifies a Port that doesn't match any Listener in the Gateway, it's not accepted (not in the webhook: Parser rejects it and sets an appropriate GWAPI condition)
UDPRouteEssentials integration test is updated to cover port matching
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Problem Statement
Implement gateway port matching for Gateway API UDPRoute as it was defined in https://gateway-api.sigs.k8s.io/geps/gep-957/ and implemented in kubernetes-sigs/gateway-api#1002.
Proposed Solution
Check in the UDPRoute controller whether the route has been accepted by any listener and remove it from the Kong store if not.
Additional information
Blocked by #2544 (needed for proper testing of the functionality and making a single Gateway capable of serving both TCP and UDP routes).
Acceptance Criteria
Port
that doesn't match any Listener in the Gateway, it's not accepted (not in the webhook: Parser rejects it and sets an appropriate GWAPI condition)The text was updated successfully, but these errors were encountered: