We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TCPIngress
Split out of #4312 Kong 3.4 added support of expression router in L4 proxy. We could implement support of TCPIngress in KIC defined CRDs: https://github.com/Kong/kubernetes-ingress-controller/blob/main/pkg/apis/configuration/v1beta1/tcpingress_types.go
No response
The text was updated successfully, but these errors were encountered:
rainest
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Problem Statement
Split out of #4312
Kong 3.4 added support of expression router in L4 proxy. We could implement support of TCPIngress in KIC defined CRDs: https://github.com/Kong/kubernetes-ingress-controller/blob/main/pkg/apis/configuration/v1beta1/tcpingress_types.go
Proposed Solution
TCPIngress
into expression based Kong route when ExpressionRoutes feature gate is enabled, and Kong uses expression routerAdditional information
No response
Acceptance Criteria
The text was updated successfully, but these errors were encountered: