How to manually switch keepalived?
- Go to the desired pods:
d8 k -n d8-keepalived exec -it keepalived-<name> -- sh - Edit the
/etc/keepalived/keepalived.conffile and in the line with thepriorityparameter, replace the value with the number of keepalived pods + 1. - Send a signal to reread the configuration:
kill -HUP 1.