-
Notifications
You must be signed in to change notification settings - Fork 334
Debug info ci failures #3400
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
Debug info ci failures #3400
Conversation
|
From https://concourse.ops.zinfra.io/builds/25484828 an example log when pods can't get scheduled and are stuck in "pending": As well as some events: Showing the source of the error (misconfigured storageclass). |
|
And example logs for failing pods: |
akshaymankar
left a comment
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.
Overall looks good 🚀
| kubectl -n "$NAMESPACE_1" get events | grep -v "Normal " | ||
| kubectl -n "$NAMESPACE_2" get events | grep -v "Normal " |
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.
Grepping out Normal might create red herrings because I guess we won't know if things got better. How much noise does this save?
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.
A lot of noise. It's 95% normal events. The events only show if helm install fails - and then these warnings/errors are likely indicative of a problem, even if sometimes unrelated to the failure, I suppose often there's something to it.
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.
Makes sense ![]()
https://wearezeta.atlassian.net/browse/WPB-3003
Checklist
changelog.d