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

Extend status command to provide details about the VM #1247

Closed
gbraad opened this issue Aug 8, 2017 · 13 comments
Closed

Extend status command to provide details about the VM #1247

gbraad opened this issue Aug 8, 2017 · 13 comments

Comments

@gbraad
Copy link
Member

gbraad commented Aug 8, 2017

We should extend the minishift status command to show some basic information about the VM, besides the state. Some of this could be the IP address, to align with minikube status, but also minishift status --check could be introduced to do some of the preflightChecksAfterStartingHost, like IP reachability check, disk usage, or provide information about the RHSM subscription status for RHEL images.

@gbraad
Copy link
Member Author

gbraad commented Aug 8, 2017

@LalatenduMohanty LalatenduMohanty added this to the v1.6.0 milestone Aug 8, 2017
@hferentschik hferentschik changed the title Extend minishift status command to provide details about the VM Extend status command to provide details about the VM Aug 22, 2017
@hferentschik
Copy link
Member

Duplicate of #373

@hferentschik
Copy link
Member

I'd also like to see a differentiation between VM and OpenShift state:

$ minishift status
VM: Running 
OpenShift: [Running|Stopped|Unavailable]

@gbraad
Copy link
Member Author

gbraad commented Aug 22, 2017 via email

@hferentschik
Copy link
Member

I meant something like "Error" or "Unkown". But this was just a example. On second thought "Unavailable" could also mean "Not deployed". The VM is running, but no Origin container around.

@gbraad
Copy link
Member Author

gbraad commented Aug 22, 2017 via email

@hferentschik
Copy link
Member

Exactly, that is what I thought. There are several states possible and definitely would like to explore them more.

Right, the same way that there are several other states than 'Running' and 'Stopped' for the libmachine VM. We just tend to ignore them.

Is there a way to extract the version info from the origin/OCP container?

Yes, we already do that

@gbraad
Copy link
Member Author

gbraad commented Aug 22, 2017

Yes, we already do that

haven‘t noticed.

@gbraad
Copy link
Member Author

gbraad commented Aug 22, 2017

Ah, just a simple:

$ docker exec origin openshift version

We definitely need to use this...

@gbraad
Copy link
Member Author

gbraad commented Aug 22, 2017

$ minishift status
VM: Running
OpenShift: Running... v3.6.1
Storage: 10% of 20GB

@LalatenduMohanty LalatenduMohanty modified the milestones: v1.7.0, v1.6.0 Aug 30, 2017
@LalatenduMohanty
Copy link
Member

Moving to the next milestone because I think we should do it after #126 is fixed.

@praveenkumar praveenkumar self-assigned this Sep 20, 2017
praveenkumar added a commit to praveenkumar/minishift that referenced this issue Sep 21, 2017
praveenkumar added a commit to praveenkumar/minishift that referenced this issue Sep 22, 2017
praveenkumar added a commit to praveenkumar/minishift that referenced this issue Sep 22, 2017
praveenkumar added a commit to praveenkumar/minishift that referenced this issue Sep 22, 2017
praveenkumar added a commit to praveenkumar/minishift that referenced this issue Sep 22, 2017
praveenkumar added a commit to praveenkumar/minishift that referenced this issue Sep 23, 2017
praveenkumar added a commit to praveenkumar/minishift that referenced this issue Sep 23, 2017
praveenkumar added a commit to praveenkumar/minishift that referenced this issue Sep 25, 2017
praveenkumar added a commit to praveenkumar/minishift that referenced this issue Sep 26, 2017
@praveenkumar
Copy link
Contributor

Resolved by #1425

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

No branches or pull requests

5 participants