kubernetes-ingress icon indicating copy to clipboard operation
kubernetes-ingress copied to clipboard

HAProxy Kubernetes Ingress Controller

Results 163 kubernetes-ingress issues
Sort by recently updated
recently updated
newest added

Could you please consider adding an option to use non-alpine based haproxy ingress images? Alpine's PTHREAD implementaion has a drasitc CPU overhead - (_internals/details can be found here https://stackoverflow.com/questions/73807754/how-one-pthread-waits-for-another-to-finish-via-futex-in-linux/73813907#73813907_ )...

enhancement
investigation

Is there any way of configuring "accept-proxy" in a frontend block using HAProxy ingress controller? What I want to do is preserve the real client IP when using this proxy....

enhancement

I am using haproxytech/kubernetes-ingress:1.6.9 to connect my backend server with front ingress traffic. The issues is when I upload large files, the transmission always stopped after one minute and a...

bug

The [cookie-persistence](https://www.haproxy.com/documentation/kubernetes-ingress/community/configuration-reference/ingress/#cookie-persistence) annotation cannot be configured to contain attr argument for [cookie](http://docs.haproxy.org/2.7/configuration.html#4.2-cookie) and so I cannot set SameSite attribute for my persistent cookie to work cross-site. I think there could...

enhancement

there is a option to set weights in the backend crd however there is no option to weight traffic to 2 services based on cookies or headers hence this request.

enhancement

We want to identify requests are going to which backend server from access logs to debug certain issues. As of now backend server name in logs is SRV_*. Is there...

enhancement

When a HAProxy configuration change is required and there are active connections, the HAProxy waits until all connections are closed before initiating a restart with the hard-stop-after timeout. This behavior...

enhancement
on hold

Currently, when consistent hashing is used for load balancing, the server picked by different HAProxy instances can be different, making consistent hashing ineffective. There should be a way to set...

enhancement
investigation

I worked with tcp services defined in configmaps, one blocking point was the lack of annotations I tried to change load-balance algorithms for every service so i created this contribution...

enhancement
on hold

At $dayjob we use haproxy on TCP services and we rely on the proxy protocol to transport the remote endpoint ip address to the backends. Very often we chain several...

enhancement
on hold