networkop / meshnet-cni

a (K8s) CNI plugin to create arbitrary virtual network topologies
BSD 3-Clause "New" or "Revised" License
116 stars 28 forks source link

improved clean up logic and addressed sync issues for large topologies #73

Closed kingshukdev closed 1 year ago

kingshukdev commented 1 year ago

This PR makes the GRPC wire clean up more robust. It addresses few intermittent synchronizations issues for GRPC wire in a large topology This PR also address the issue of pod skip list growth when pods are deleted.

networkop commented 1 year ago

great, thanks! will merge once the tests are passed