-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add log statement #1620
Add log statement #1620
Conversation
Configure Renovate
@@ -109,6 +109,9 @@ private V1Pod internalGetPod() { | |||
} | |||
catch (Throwable t) { | |||
if (failFast) { | |||
if (t instanceof ApiException apiException) { |
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.
this came out after I triaged an issue over the weekend. It was not clear at all what is going on, meaning without this log, the real cause is not visible in logs
@ryanjbaxter this one is ready too. I've tagged you in two PRs, and I have a few more in motion... whenever you get a chance. thank you |
No description provided.