CentaurusInfra / mizar

Mizar – Experimental, High Scale and High Performance Cloud Network https://mizar.readthedocs.io
https://mizar.readthedocs.io
GNU General Public License v2.0
112 stars 50 forks source link

Fix issue 618 Recreated pod failed to be running #622

Closed Hong-Chang closed 2 years ago

Hong-Chang commented 2 years ago

This pr is for issue 618 Recreated pod failed to be running. After consumed interface, the original code doesn't clean the wait list so has side impact to later request. This is to do the necessary list clean up. Tested the fix is working.

What type of PR is this? /kind bug What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #618

vinaykul commented 2 years ago

Thanks for fixing this! /LGTM