-
Bug
-
Resolution: Unresolved
-
Minor
-
None
If slave pod keeps pending for some issue, it will still be pending after the issue is fixed:
- Make node is unreachable;
- Create pipeline build - slave pod will keep pending since no node available
- Cancel the build
- Fix the node issue
- Start a new build
Actual results:
Build cannot finish since it is still using the pending slave pod.
Expected results:
Issued slave pod needs to be garbage collected.