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:
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