-
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
Add number of nodes for cluster in minikube profile list
#6780
Labels
co/multinode
Issues related to multinode clusters
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Comments
priyawadhwa
added
the
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
label
Feb 25, 2020
tstromberg
added
the
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
label
Feb 26, 2020
@sharifelgamal |
sharifelgamal
changed the title
Fix status, ssh and profile commands for multinode
Fix minikube profile command for multinode
May 13, 2020
medyagh
changed the title
Fix minikube profile command for multinode
Fix minikube profile list command for multinode
May 13, 2020
sharifelgamal
added
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
and removed
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
labels
Jul 15, 2020
sharifelgamal
changed the title
Fix minikube profile list command for multinode
Add number of nodes for cluster in Sep 22, 2020
minikube profile list
medyagh
added
kind/feature
Categorizes issue or PR as related to a new feature.
and removed
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
labels
Sep 22, 2020
daehyeok
added a commit
to daehyeok/minikube
that referenced
this issue
Nov 14, 2020
\kubernetes#6780 Add the Nodes column with the number of nodes the cluster has into `minikube profile list` result.
daehyeok
added a commit
to daehyeok/minikube
that referenced
this issue
Nov 14, 2020
fixes \kubernetes#6780 Add the Nodes column with the number of nodes the cluster has into `minikube profile list` output.
daehyeok
added a commit
to daehyeok/minikube
that referenced
this issue
Nov 22, 2020
fixes \kubernetes#6780 Add the Nodes column with the number of nodes the cluster has into `minikube profile list` output.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
co/multinode
Issues related to multinode clusters
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Currently if you have two clusters running and one of them has two nodes,
minikube profile list
looks like:We'd like it to look like:
So, we want to not have the spurious error at the end of the table, and to add the Nodes column with the number of nodes the cluster has.
The text was updated successfully, but these errors were encountered: