k8s-externalipcontroller icon indicating copy to clipboard operation
k8s-externalipcontroller copied to clipboard

externalip can't migrate dynamically

Open like-inspur opened this issue 6 years ago • 1 comments

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

like-inspur avatar Mar 29 '18 08:03 like-inspur

Hi,

actually I tested that behaviour, it works. So if I reboot a node e.g. then the IP switches to another node.

dgabrysch avatar May 18 '18 15:05 dgabrysch