Skip to content
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

Add a status command #18

Closed
dlorenc opened this issue Apr 25, 2016 · 4 comments
Closed

Add a status command #18

dlorenc opened this issue Apr 25, 2016 · 4 comments

Comments

@dlorenc
Copy link
Contributor

dlorenc commented Apr 25, 2016

This should determine whether or not the cluster is running correctly.

@vishh
Copy link
Contributor

vishh commented Apr 26, 2016

Why is this necessary?

@dlorenc
Copy link
Contributor Author

dlorenc commented Apr 26, 2016

It's necessary at least for integration testing and possibly as a diagnostic for users. Eventually I'd like to have a test suite that actually calls things like:

minikube start
assert minikube status == Running
minikube stop
assert minikube status == Stopped
minikube delete
assert minikube status == Does Not Exist

etc.

If users get into trouble we can also ask them to attach the output of this command, which might help diagnose issues.

@vishh
Copy link
Contributor

vishh commented Apr 26, 2016

SGTM

@dlorenc
Copy link
Contributor Author

dlorenc commented Apr 27, 2016

Closed by #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants