k8s-externalipcontroller
k8s-externalipcontroller copied to clipboard
externalip can't migrate dynamically
I have created LoadBalancer service,and found an external ip assigned on specified network card. But when I reboot this node, the external ip can't dynamically migrate to other nodes, so the service will stop. [root@master1 ~]# kubectl get ipclaim --show-labels NAME AGE LABELS 10-110-29-1-24 23h ipnode=master1
Is it means external ip 10.110.29.1 will be created on master1 forever? Thank you ! @pigmej @falkerson @ykoldobanov @dshulyak @aateem
Hi,
actually I tested that behaviour, it works. So if I reboot a node e.g. then the IP switches to another node.