kubernetes-ingress
kubernetes-ingress copied to clipboard
HAProxy Kubernetes Ingress Controller
Hey there 👋 I'm running into an issue where I specify `check-interval: 5s` in the ConfigMap provided via `--configmap`. The ingress controller correctly parses the setting, but the 5 seconds...
Hello We are using ingress controller version 1.6.0 inside Azure AKS. I am trying to add ingress resource that has a certain host, path and also whitelist annotation. I am...
Hi, According to this entry on blog: [https://www.haproxy.com/blog/run-the-haproxy-kubernetes-ingress-controller-outside-of-your-kubernetes-cluster/](url) I'm trying to create own onpremise local lab. After many hours I encountered a problem with haproxy ingress controller. >haproxy-ingress.service - "HAProxy...
Hi folks, We've run into issues with ingress-nginx outlined in https://stackoverflow.com/questions/60982716/how-do-i-reduce-downtime-of-nginx-ingress-route-when-updating-a-destination-pod where ingress-nginx results in requests hanging for 5 seconds during deployments due to pods being terminated and a gap...
I installed haproxy ingress to an on-premise kubernetes cluster, by following the guide at https://www.haproxy.com/documentation/kubernetes-ingress/community/installation/on-prem/ Specifically, I deployed using kubectl -f https://github.com/haproxytech/kubernetes-ingress/blob/master/deploy/haproxy-ingress.yaml Instead of launching, the container goes into a...
in version 1.10.11, with dual stack enabled, https over ipv6 randomly results in connection reset the log indicates: ```IPv6: Received something which does not look like a PROXY protocol header```...
I added annotation `haproxy.org/timeout-server: 15m` to ingress manifest but generated backend does not contain `timeout server` directive. annotations: ``` haproxy.org/backend-config-snippet: http-request deny if !{ path_beg -f patterns/keycloak-publicly-available-urls } !{ src...
Since Kubernetes 1.24 the feature gate `MixedProtocolLBService` is enabled by default and finally makes it possible to open the same ports for differenct protocols. This allows clients to connect to...
We would like to call `stats enable` and the other stats-related configuration inside of an HAProxy _backend_. It seems like the IC always generates a frontend configuration however: ```haproxy frontend...
### Describe the Bug HAProxy Ingress Controller fails to consistently route requests to the appropriate pods based on the specified RouteToken parameter in the URL. To reproduce this inconsistency I...