hostnic-cni
hostnic-cni copied to clipboard
support move pod on one node to other nodes with same ip
For short, just mv the nic to the nodes before pods scheduling In detail, we have to do some more dirty work:
- binding the pod with nic and make sure no other pods will use this nic (not hard to do)🔔
- loose the relationship of vxnet and node (right now, a vxnet is owned by one node so the pods in the same node are in the same cidr ). 🔔🔔🔔
- hostnic daemon should be informed if the pod with specify ip will schedule to its node (🔔🔔🔔🔔)
/kind feature /kind design
/assign