Zlatko Bratkovic
Zlatko Bratkovic
hi @evandam , when signal that pod is terminating appears, we put that pod in maintenance mode, so pods can close its active connections but will not receive any new...
>I was also wondering if there was a way to map the SRV_* slots in the statistics to a pod/container/anything on the Kubernetes side? It would be helpful for debugging....
@scalp42 documentation you mentioned is related to a different project. similar behavior can be added (I have nothing against it), but not as a default behavior since long term would...
Hi, yes there is a plan to add CRDs (includinf tcp services), next release 1.6.0 will not use them (most likely), but version after it will have it if everything...
Hi @moljor currently no, but if HAProxy has support for it, I do not see why not to add it in controller also via annotation.
Hi, changing IP address of stats via configmap seems like a good idea. while waiting that option to be added, currently you can change [haproxy.cfg](../blob/master/fs/etc/haproxy/haproxy.cfg), specifically `bind *:1024` line and...
hi @brhenc thx for PR can you just change commit messages so they follow [Contributing Guide](https://github.com/haproxy/haproxy/blob/master/CONTRIBUTING) in short, change them to ``` BUILD/MINOR: Makefile: ..... ```
hi @chasinglogic sry for not answering this earlier, this is definitely something that is useful and if you are wiling to do a PR that would be appreciated. (we can...
we can have both, but this (not depending on k8s service for default backend) is a good idea.
Hi @ameyap13, We need support for hash-type annotation, then I believe we will have everything needed.