-
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.
[JENKINS-53574] Issued Slave pod cannot be garbage collected
Description |
Original:
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: Issues slave pod needs to be garbage collected. |
New:
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. |
Component/s | New: kubernetes-ci-plugin [ 21629 ] | |
Component/s | Original: slave-status-plugin [ 15981 ] |
Component/s | New: kubernetes-pipeline-plugin [ 21630 ] | |
Component/s | Original: kubernetes-ci-plugin [ 21629 ] |