Hide Forgot
Description of problem: Click the "Debug in Terminal" link on the failed pod page,and a debug pod is created.Access other page without clicking close button.But the debug pod is not deleted. Version-Release number of selected component (if applicable): fork_ami_openshift3_userinterface_console_1.3_209 How reproducible: Always Steps to Reproduce: 1.Create a failed pod $oc run run-once-pod --image=openshift/origin --command=true ls /abcd --restart=Never 2.Click the "Debug in Terminal" link on the failed pod page 3.Access other page without clicking close button for debug pod Actual results: The debug pod is not deleted Expected results: The debug pod should be deleted Additional info:
I checked my debug pod after 2 hours,the debug pod is completed,but it also is not deleted.
https://github.com/jwforres/origin/pull/42
Added a warning. If the user ignores the warning, the pod will not be deleted, but it will still complete after one hour (and not consume quota/resources).
Verified this bug against devenv-fedora_4053. Now there is a warning when access other page without clicking close button.