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
Kong gateway will implement L4 proxy support of expressions router: Kong/kong#11071. When the Kong gateway part is finished, KIC should start to support the CRDs to specify L4 proxy configurations. The following CRDs are included:
TCPIngress
UDPIngress
TCPRoute
TLSRoute
UDPRoute
Proposed Solution
When ExpressionRoutes feature gate is enabled, and Kong gateway runs expressions router:
Translate the L4 proxy CRDs to expression based Kong routes if Kong gateway supports L4 proxy with expressions based router.
Otherwise, still disable translation of L4 proxy CRDs.
Additional information
No response
Acceptance Criteria
When Kong gateway supports L4 proxy in expression router, KIC translates the L4 proxy CRDs correctly
included CRDs: TCPIngres, UDPIngress, TCPRoute, UDPRoute, TLSRoute
when Kong gateway does not support them, still disable translation of the CRDs.
The content you are editing has changed. Please copy your edits and refresh the page.
Is there an existing issue for this?
Problem Statement
Kong gateway will implement L4 proxy support of
expressions
router: Kong/kong#11071. When the Kong gateway part is finished, KIC should start to support the CRDs to specify L4 proxy configurations. The following CRDs are included:TCPIngress
UDPIngress
TCPRoute
TLSRoute
UDPRoute
Proposed Solution
When
ExpressionRoutes
feature gate is enabled, and Kong gateway runsexpressions
router:expressions
based router.Additional information
No response
Acceptance Criteria
expression
router, KIC translates the L4 proxy CRDs correctlyTCPIngres
,UDPIngress
,TCPRoute
,UDPRoute
,TLSRoute
Tasks
UDPRoute
with expression router #4539TLSRoute
with expression router #4540TCPIngress
with expression router #4541UDPIngress
with expression router #4542The text was updated successfully, but these errors were encountered: