Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: memory leak in IPAM caused by leftover map keys (#2566)
When all nics are popped from the list the map key still exist which will lead memory leak each time a pod is deleted. (cherry picked from commit 3f7997b)
- Loading branch information