-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Include pod output in 'logs' command & display detected problems during start #3673
Conversation
@minikube-bot OK to test |
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.
I think this looks good - I have a bunch of nits and ideas - please consider them before merging.
Thank you, I'm very excited to have problem parsing from logs!
Co-Authored-By: tstromberg <tstromberg@google.com>
Co-Authored-By: tstromberg <tstromberg@google.com>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: balopat, tstromberg 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 |
This PR adds logs for the following containers to the
logs
command:This PR also detects common problems within these pods, as well as the kubelet, and displays these errors if "minikube start" fails. Example output below:
This PR resolves #3550 and #3532