Hi all. I'm new to harvester and I'm currently tes...
# harvester
b
Hi all. I'm new to harvester and I'm currently testing it. I got a cluster with 3 nodes. But when I simulate a failure on the first node (having VIP), the VIp does not move to another node. Any idea?
b
How are the nodes configured? (kubectl get nodes). How are you simulating a failure? How long are you waiting for the VIP to move? How are you testing the vip?
a
It depends how did you
simulate
the failure of first-node, if you power-off it, the
vip
will be floated to another node normally.
if the node is still alive, and pods like
kube-vip
on this node is still active and takes the leader, it will hold the
vip
when another
kube-vip
POD on other node gets the leader, it will broadcast the
vip
; you may try to kill the leader
kube-vip
pod, and check the
vip
floating
b
I shut the first node, then the IP does not move. I think it is an issue about node config, but I'm not sure