-
Notifications
You must be signed in to change notification settings - Fork 13
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
Check if Microk8s is installed #785
Conversation
27db414
to
08064e9
Compare
6ca2d91
to
6803416
Compare
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.
Great work! Thanks @eaudetcobello! LGTM, just some minor comments and questions.
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.
LGTM, just to make sure we only get response code 200
if snap is installed right?
We should also mention this in our docs, we can do that in a separate PR/card.
Quick question: Do we also care if people have any other thing installed that binds to the ports we care about? E.g. maybe |
Definitely, we have a card for this. |
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.
LGTM. The queue of suggestions is full but merge when ready
Adds a check that uses the snapd API to let the user know microk8s must be uninstalled.