-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update the README #46
Conversation
10a397c
to
e59546c
Compare
$ git clone https://github.com/vladikr/logsviewer | ||
$ cd logsviewer/ | ||
$ make build -C tools/lvctl/ | ||
$ mv tools/lvctl/bin/lvctl /usr/local/bin/ |
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.
👍
README.md
Outdated
@@ -1,13 +1,12 @@ | |||
# Troubleshooting as a serivce | |||
# Troubleshooting as a service using Must-Gather |
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.
Do you see a benefit in only committing to Must-Gathers?
I mean, right now we don't have any other reliable way, but in the general case, we could make it work with cluster dump or even connecting to a live cluster. I think plain Kubernetes doesn't operate on Must-Gathers.
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.
@vladikr I updated based on your comment. Please review.
Signed-off-by: Shirly Radco <[email protected]>
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.
Thank you!
This PR updates the README with latest updates.