keepalived-operator
keepalived-operator copied to clipboard
An operator to manage VIPs backed by keepalived
All examples given in the doc show a KeepalivedGroup CR being created in the same Namespace as the Service referencing and needing it yet the KeepalivedGroup CR seems to have...
Is it possible to configure an K8s operator with CIDR block to be uses as Load Balancer IPs. In many cases specifying ExternalIPs on Service is not possible (3rd party...
It would be great to allow the operator to serve the internal and external Kubernetes/OpenShift API.
PR #53 already addresses this concern, but only partially. Its impact is, unfortunately, quite limited. It's quite rare that a service would have multiple VIPs such that they would be...
Hi, we have now run into the issue, that a client ip, which accesses the keepalived ip, is in the same CIDR IP range, like the internal OpenShift CIDR and...
I would like to have that. Maybe it is already available, I didn't test it. But I couldn't find any hint on the README.
Hi, I tried setting up the keepalived operator together with the default IngressController. Unfortunately I noticed that since the IPs are set as an externalIp on a service source IP...
small grammatical corrections
A service annotation of the form: ``` keepalived-operator.redhat-cop.io/keepalivedgroup: group1 ``` Panics the controller as it tries to log the error at https://github.com/redhat-cop/keepalived-operator/blob/master/controllers/keepalivedgroup_controller.go#L406 ``` E0310 17:53:27.189342 1 runtime.go:78] Observed a panic:...