-
Notifications
You must be signed in to change notification settings - Fork 284
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
Epic: Create diagnostics page #2319
Comments
This might be related to #1217 |
The "Run Diagnostics" command would be data driven so this could also be logged somewhere for a feature like a support bundle whereby people can easily spot errors. |
Moving this Epic to the following milestone. Normally I would close it, and create a new one for the next release cycle, but this one has open issues referencing it, and I want to retain this information (for now). |
Ideas for additional checks have been moved to discussion in #3157. We'll create a new epic for adding "fix actions" and other diagnostic improvements in the future. |
Stories, ordered so we have a working PoC as soon as possible:
diagnostics
object and create a couple sample checks (without fix actions for now) #2655There are several checks we could do automatically to verify that the local system is configured properly:
~/.docker/cli-plugins
symlinks to~/.rd/bin
?rancher-desktop
(or not present, if the symlink in/var/run/docker.sock
is in place)?rancher-desktop
?none
.This is just an initial brain-dump; there are probably more.
Any problems found should also display instructions how to debug this further and/or how to fix this.
See also
brew doctor
for other software providing a similar tool (but from the CLI).The text was updated successfully, but these errors were encountered: