-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(verify.go): Add pod fail reason and message to output #9589
Conversation
@idsulik Can you pull HEAD into this PR, I believe that will address the failing checks. This commit should help https://github.com/GoogleContainerTools/skaffold/pull/9604/commits |
@louisjimenez thank you, rebased main |
@idsulik We recently merged some changes to fix dependency issues. Are you able to rebase this one more time? My apologies for the inconvenience. |
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
@louisjimenez rebased this PR and this #9624 |
…tainerTools#9589) * feat(verify.go): Add pod fail reason and message to output Signed-off-by: Suleiman Dibirov <idsulik@gmail.com> * fix verify.go Signed-off-by: Suleiman Dibirov <idsulik@gmail.com> --------- Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
Fixes: #9587
Description
Add pod fail details Into the
watchJob
method of the verifierUser facing changes
before: no details -
%q running job %q errored during run
after: fail details -
%q running job %q errored during run: reason=%q, message=%q