-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bubble up the image related error reason to taskrun status
When pod is pending because of failure of pulling image the users can not get the clear reason or message from the taskrun status. Now I will check the pod status and judge if the error is caused by image if so the error reason and message will bubble up to taskrun status. Then user can know what happend though the taskrun status. Related issue: #4802 Signed-off-by: yuzhipeng <yuzp1996@qq.com>
- Loading branch information
Showing
2 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters