Set proper status on GRPCRoute
, TCPRoute
, TLSRoute
and UDPRoute
#6749
Labels
area/debt
area/gateway-api
Relating to upstream Kubernetes SIG Networking Gateway API
area/maintenance
Cleanup, refactoring, and other maintenance improvements that don't change functionality.
Is there an existing issue for this?
Does this enhancement require public documentation?
Problem Statement
For each of these routes, apply configuration that misses a target
Service
.GRPCRoute
Expected message with proper level is logged
but wrong status is set for this route
TCPRoute
Nothing is logged and status is unkown
TLSRoute
The below is constantly logged
status is unknown
UDPRoute
logs constantly
and status is
Proposed Solution
It works the same way as for
HTTPRoute
, see #6746Additional information
No response
Acceptance Criteria
The text was updated successfully, but these errors were encountered: