Is this a BUG REPORT or FEATURE REQUEST? (choose one): Feature request
Currently ingress-nginx supports TCP and UDP services but does not allow configuration of stream proxy directives like proxy_buffer_size. For performance reasons it can be useful to support configuration of these directives.
The tcp/udp configmap now only contains a simple kv pair to describe port and service relationship. But there are more options for stream service like buffer_size, timeout, ssl, balancer etc. Maybe we should extend the configmap format to include more stream options @aledbf
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
/remove-lifecycle rotten
Closing. The TCP and UDP features are being removed
Most helpful comment
The tcp/udp configmap now only contains a simple kv pair to describe port and service relationship. But there are more options for stream service like buffer_size, timeout, ssl, balancer etc. Maybe we should extend the configmap format to include more stream options @aledbf