-
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
UI: Add log file to GitHub issue output #11158
UI: Add log file to GitHub issue output #11158
Conversation
Can one of the admins verify this patch? |
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.
please add before after this PR to the description
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.
also change UI to be more easy to see
maybe use the Red Box ui helper we have
❌ Exiting due to GUEST_START: wait 6m0s for node: waiting for apps_running: expected k8s-apps: missing components: kube-dns
----------------- Red Box thing ---------------------------------
😿 If the above advice does not help, please let us know by filing an issue
👉 https://github.com/kubernetes/minikube/issues/new/choose
and provide the following information in the issue
- /Users/powellsteven/.minikube/logs/lastStart.txt
- - minikube logs
-----------------------------------------------------------------
please update the UI in the PR description whenever new UI ready |
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.
lets add back the crying cat emoji
😿
10c378e
to
a669ebb
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, spowelljr 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 |
Closes #9398
Adds a line to the output when we tell the user to create a GitHub issue. The line contains the path of the latest log file to be attached to the GitHub issue to aid in debugging the issue.
Tested on Mac and Linux so far, will test on Windows as well.
Before
After