foundation-model-stack / multi-nic-cni

https://foundation-model-stack.github.io/multi-nic-cni/
Apache License 2.0
34 stars 5 forks source link

sync active pods at start #29

Closed sunya-ch closed 1 year ago

sunya-ch commented 1 year ago

This PR includes the code to add missing pod allocations in IPPool at the starting point. The code will list all running pods and check with the allocation list in the IPPool. It will patch the missing list to the corresponding IPPool CR.

Signed-off-by: Sunyanan Choochotkaew sunyanan.choochotkaew1@ibm.com

tatsuhirochiba commented 1 year ago

if we have any scalability issues, lets try to redesign its check logic.