kube-keepalived-vip icon indicating copy to clipboard operation
kube-keepalived-vip copied to clipboard

Kubernetes Virtual IP address/es using keepalived

Results 30 kube-keepalived-vip issues
Sort by recently updated
recently updated
newest added

I want to add a configuration to haproxy.cfg The ``` apiVersion: v1 kind: ConfigMap metadata: name: haproxy-conf namespace: test-keep data: haproxy.cfg: | global stats socket /tmp/haproxy mode 600 level admin...

When I use this on a service that exposes a udp port, I get the following errors: ``` Text Wed Apr 4 10:13:47 2018: TCP connection to [10.40.0.5]:udp:34197 failed. Wed...

I'm getting the following error message: ``` F1206 17:21:31.627179 7 main.go:373] Error getting local IP from nodes in the cluster: no matching interface found for IP a.b.c.d ``` where `a.b.c.d`...

***Issue:*** If something in `keepalived.tmpl` does not work for any reason on your cluster, then your out of luck as the docker image has crystallized it. ***Suggestion:*** Optionally allow for...

Hello, can you update the README.md Requirements paragraph - on a cluster delpoyed with rke, I need to use RBAC, add the ip_vs module manually and add the Firewall rule...

The helm chart currently does not allow adding other options to the keepalived command line.

Is this currently possible? We're having issues similar to https://github.com/riemann/riemann/issues/828 and I was wondering if I can replicate their resolution