-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.14
-
No
-
Rejected
-
False
-
When a node is added, it might be allocated a subnet that was previously assigned to a different node that has since been removed. If live migrated pods exist on that subnet, they get allocated as the node is added. But this is done without the allocator locked so there is a race condition where other new pods might get allocated the same IPs as those live migrated pods.