-
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
allow minikube status to display for one node #8238
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sharifelgamal 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 |
kvm2 Driver Times for Minikube (PR 8238): [64.089207605 62.96519568000001 60.88969604099999] Averages Time Per Log
docker Driver Times for Minikube (PR 8238): [25.830401988000002 27.750777286 26.500150622] Averages Time Per Log
|
kvm2 Driver Times for Minikube (PR 8238): [63.27453714600001 64.63990455700001 63.795858537] Averages Time Per Log
docker Driver Times for Minikube (PR 8238): [26.486052773999997 26.979399301 27.232815487] Averages Time Per Log
|
For a non-standard status format in a multinode cluster, we were concatenating the results for all the nodes in a way that was impossible to digest. Now we default to only showing the status of the control plane for any non-standard status format.
For example, in a 3 node cluster:
Before:
After:
You can also explicitly specify a node to check:
The standard format works like before: