hostnic-cni icon indicating copy to clipboard operation
hostnic-cni copied to clipboard

support move pod on one node to other nodes with same ip

Open martinyunify opened this issue 7 years ago • 2 comments

martinyunify avatar Feb 05 '18 04:02 martinyunify

For short, just mv the nic to the nodes before pods scheduling In detail, we have to do some more dirty work:

  1. binding the pod with nic and make sure no other pods will use this nic (not hard to do)🔔
  2. 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 ). 🔔🔔🔔
  3. hostnic daemon should be informed if the pod with specify ip will schedule to its node (🔔🔔🔔🔔)

/kind feature /kind design

magicsong avatar Nov 12 '19 07:11 magicsong

/assign

magicsong avatar Nov 12 '19 07:11 magicsong