We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now the DSS CLI will show cryptic errors when it can't connect to microK8s. We saw this in #151
Specifically we saw messages like this:
dss status [ERROR] Failed to retrieve status: [Errno 111] Connection refused.
The CLI should clearly expose that the issue is with talking to MicroK8s
sudo snap install data-science-stack --channel latest/stable
dss status
Note that you should run those without initialising the DSS
Ubuntu 22.04
[ERROR] Failed to retrieve status: [Errno 111] Connection refused.
No response
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6049.
This message was autogenerated
Sorry, something went wrong.
From @misohu suggestion:
Part of this task can be to confirm with the UX team on how to best show the message, based on that we can fix it.
No branches or pull requests
Bug Description
Right now the DSS CLI will show cryptic errors when it can't connect to microK8s. We saw this in #151
Specifically we saw messages like this:
The CLI should clearly expose that the issue is with talking to MicroK8s
To Reproduce
sudo snap install data-science-stack --channel latest/stable
dss status
Note that you should run those without initialising the DSS
Environment
Ubuntu 22.04
Relevant Log Output
Additional Context
No response
The text was updated successfully, but these errors were encountered: