-
Notifications
You must be signed in to change notification settings - Fork 167
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
ImagePullBackOff is not handled as error during workbench start #3260
ImagePullBackOff is not handled as error during workbench start #3260
Conversation
@simrandhaliw tagging you as well, since you were involved in this UX discussion. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3260 +/- ##
==========================================
- Coverage 84.87% 84.86% -0.01%
==========================================
Files 1306 1306
Lines 29173 29179 +6
Branches 7859 7861 +2
==========================================
+ Hits 24761 24764 +3
- Misses 4412 4415 +3
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@andrewballantyne @simrandhaliw with the recent design change in the workbenches #3207 , the tooltip is removed and instead of "Starting" it is displaying "Failed" as the status is Error. Can you please confirm if the "Failed" status works in this case of ImagePullBackOff? |
faf649a
to
d4a4ab4
Compare
ImagePullBackOff errors are sometimes transient... @dpanshug is this UI the same on the Workbench Table as well as the Project screen? |
@andrewballantyne yes it's same |
d4a4ab4
to
39634b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/retest |
@dpanshug I am not sure why the file scan keeps failing. Maybe try to rebase the main branch and push it again? |
39634b5
to
0390bef
Compare
/lgtm |
the tooltip error says it is a |
thx @dpanshug /lgtm |
@Gkrumbach07 ImagePullBackOff are errors that occur when container running in a pod fails to pull the required image from a container registry. The message might mention it as warning, but as mentioned previously in the JIRA we should display it as an error. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Gkrumbach07, manaswinidas The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Closes: RHOAIENG-1132
Description
Added case to handle notebook failure when reason === "BackOff"
How Has This Been Tested?
Test Impact
N/A
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main
@xianli123