Ingress-nginx: Add nginx stream proxy configuration directives

Created on 11 Apr 2018  路  5Comments  路  Source: kubernetes/ingress-nginx

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.

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

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings