-
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
Show the container runtime when running without kubernetes #13432
Comments
Eventually this should tie into provisioning, and output the result of it: It can either go very quickly, like when the container runtime is pre-installed Or it can take a while, like when having to download and install packages for it. |
This comment has been minimized.
This comment has been minimized.
@afbjorklund Do you think this is good first issue to contribute, if so, can you suggest me the path of changing files as I'm beginner and want to contribute too. |
Sure, just need to argue a bit about what it should look like. The code is in "node": https://github.com/kubernetes/minikube/blob/master/pkg/minikube/node/start.go And some of it (for "kubectl") is hacked straight into the https://github.com/kubernetes/minikube/blob/master/cmd/minikube/cmd/start.go |
/assign |
@afbjorklund, if we rename "Starting minikube without Kubernetes minikube" to "Starting node minikube in cluster minikube" , it's good but if we change 🏄 emoji with something else like that 🐳, it will change the minikube status meaning that is already specified by minikube (you can check emojis meaning https://github.com/kubernetes/minikube/blob/master/pkg/minikube/style/style.go). |
and don't you think ?, Showing container runtime output will be a little bit confusing for beginners. |
It was supposed to look something like this:
Should hopefully be less confusing, not more ? |
@afbjorklund What about this ? |
Hi @MdSahil-oss, please see @spowelljr's comments on PR #13513 before we can merge. |
Hi @MdSahil-oss, just wanted to check if you are still actively working on this issue? |
Un-assigning @MdSahil-oss, please feel free to re-assign if still actively working on this issue. |
/assign |
Hi @afbjorklund, would you mind taking a look at Gimb0's PR to see if this helps display the container runtime data that you were looking for? |
Show the container runtime when running without kubernetes #13432
Currently we hide the container runtime output.
But there should be plenty of room to show it ?
No Kubernetes
With Kubernetes
This sentence is somewhat weird: "Starting minikube without Kubernetes minikube"
Probably better off as "Starting virtual machine minikube" (or "container", for KIC) ?EDIT: It did say "VM" on the line below, so maybe something else rhyming with node.
And this one doesn't contain much info: "Done! minikube is ready without Kubernetes!"
Slightly more useful as "Done! minikube is ready with Docker 20.10.12" insteadEDIT: Possibly on a separate line, to show the fancy runtime emoji (like that whale)
The text was updated successfully, but these errors were encountered: