jx icon indicating copy to clipboard operation
jx copied to clipboard

Job still says running after pods were evicted

Open ankitm123 opened this issue 2 years ago • 1 comments

k get pa org-repo-pr-1634-2       
NAME                                GIT URL                                          STATUS
org-repo-pr-1634-2            https://github.com/org/repo.git         Running

The underlying tekton job has a failed status. Looking at kubernetes events, the job failed because the pod was evicted because of disk pressure (node ran out of disk space). 2 things to fix:

  • When tekton job failed, fail the jx pipeline activity (possibly some issue with our crd, as the build controller does not update the pipeline activity)
  • May be show the status in the UI (might be hard, but would help the end user)?

ankitm123 avatar Jan 20 '22 19:01 ankitm123

/assign

ankitm123 avatar Jan 20 '22 19:01 ankitm123