aledbf / kube-keepalived-vip

Kubernetes Virtual IP address/es using keepalived
Apache License 2.0
190 stars 75 forks source link

Make `keepalived.tmpl` customizable #50

Open stephenmoloney opened 6 years ago

stephenmoloney commented 6 years ago

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 the addition of a customized keepalived.tmpl, possibly through a configmap - Not sure how go code works in terms of compilation, etc but would that work - not sure.

ms4720 commented 6 years ago

see #67