NOTE: Archiving this since I moved to K8S Load Balancers/Multus and the k8s community. I will not delete it since it was used by others but please notice that I am also dissabling the weekly builds since the trigger docker pull limit errors and I do not want the spam nor have the interest to upgrade the CI to use the Github container registry. If there is interest of others please contact me in the k8s-at-home Discord.
Keepalived as docker container for mutiple archs:
- arm
- arm64
- amd64
docker run -d -e KEEPALIVED_PRIORITY=$priority -e KEEPALIVED_VIRTUAL_IP=$VIP -e KEEPALIVED_PASSWORD=$password \
--net=host --privileged=true angelnu/keepalived
See example
Note: if you clone this you need to set your travis env variables:
travis env set DOCKER_USER <your docker user>
travis env set DOCKER_PASS <your docker password>