NeoAssist / docker-keepalived

Dockerized keepalived to ease HA in deployments with multiple hosts. Provides failover for Virtual IPs (VIP) to be always online even if a host fails. Initially aimed to help Rancher HA deployments
MIT License
65 stars 37 forks source link

Fixed unjustifiable constraints error #12

Closed clayrisser closed 8 years ago

clayrisser commented 8 years ago

This fixed error #11 for me. It also makes a lot more sense to build the docker container this way.

roynasser commented 8 years ago

I'm not inclined to bring this into the code... I much rather be on the "latest" or even better, a certain version number, to prevent issues from just "cropping" up due to external changes (as seems to be the case here)...

sjiveson commented 8 years ago

I'd agree. Just to note, keepalived has been in the edge branch every since I've used it, but no reason to switch the whole OS to it. #11 broke due to a very unusual action by Alpine related to OpenSSL - see my comments there.