You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After pod delete we have called stop/remove container, stop pod sandbox, and there is a loop on last one. Probably because something with statuses (get pods gives "terminating" state or something similar).
After ~5min. afair we have final pod sandbox remove request which cleans remains properly, but it's called probably after timeout, even if we still have "terminating" state.
This should be covered by tests also.
The text was updated successfully, but these errors were encountered:
After pod delete we have called stop/remove container, stop pod sandbox, and there is a loop on last one. Probably because something with statuses (get pods gives "terminating" state or something similar).
After ~5min. afair we have final pod sandbox remove request which cleans remains properly, but it's called probably after timeout, even if we still have "terminating" state.
This should be covered by tests also.
The text was updated successfully, but these errors were encountered: