-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix minikube status bug when cluster is paused #9383
Conversation
When the cluster is Paused, `minikube status` currently says that it is `Running`. Reverting a change I made in a previous PR to take the status of the apiserver should fix this.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: priyawadhwa The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
kvm2 Driver Times for Minikube (PR 9383): 63.5s 59.6s 61.4s Averages Time Per Log
docker Driver Times for Minikube (PR 9383): 27.6s 28.0s 28.9s Averages Time Per Log
|
kvm2 Driver Times for Minikube (PR 9383): 59.9s 60.3s 58.8s Averages Time Per Log
docker Driver Times for Minikube (PR 9383): 28.7s 28.2s 27.3s Averages Time Per Log
|
fixes #9352 and adds an integration test to make sure the regression doesn't happen again