-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PipelineRun init errors should be displayed in the Tekton Dashboard #572
Comments
I'm wondering if this can be used to remedy #560 |
I'm not sure what's possible here - use this to investigate whether initialisation errors can be reliably detected, and meaningful messages extracted. |
We added code to handle some init error cases for #200 |
👍 on this feature |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We should do another review to make sure all cases are covered, and only then close this. /remove-lifecycle rotten |
@AlanGreene: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Since Dashboard v0.7 we now display additional information on the TaskRun status (by selecting the TaskRun in the tree) which will include relevant details for many of these cases. Once #1814 is merged, init step container details will always be displayed, not just in case of error as they are today. This will address the last remaining problem covered by this issue. |
/assign |
Expected Behavior
When a pipelinerun fails it should update the pipelinerun properly
Actual Behavior
The pipelinerun fails and is stuck failing without logs as the pod is stuck in initError state
There are no logs to explain why it has failed
Additional Info
Not just applicable to this example, screenshot below
The text was updated successfully, but these errors were encountered: