-
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
Shorten minikube start
output
#4187
Labels
kind/ux
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Comments
tstromberg
changed the title
Make
Shorten May 1, 2019
minikube start
output less verbose (less translation work!)minikube start
output
@tstromberg is this open to work on? |
@hpandeycodeit - Yes! PR's welcome. |
tstromberg
added
the
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
label
May 2, 2019
Some of this ouput looks longer, like addition of distribution to the OS version ? :-) Also, there's some rounding going on there in our default 19.5GB disk image size. Some standardization there would be good, not sure if we should go all in on gibibyte ? |
dpandhi-git
pushed a commit
to dpandhi-git/minikube
that referenced
this issue
May 2, 2019
dpandhi-git
added a commit
to dpandhi-git/minikube
that referenced
this issue
May 3, 2019
dpandhi-git
added a commit
to dpandhi-git/minikube
that referenced
this issue
May 4, 2019
dpandhi-git
added a commit
to dpandhi-git/minikube
that referenced
this issue
May 7, 2019
dpandhi-git
added a commit
to dpandhi-git/minikube
that referenced
this issue
May 7, 2019
dpandhi-git
added a commit
to dpandhi-git/minikube
that referenced
this issue
May 7, 2019
dpandhi-git
added a commit
to dpandhi-git/minikube
that referenced
this issue
May 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/ux
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
minikube start
has gotten to be overly verbose in a default configuration: 15 lines of output, or 1 message for every 10 seconds of runtime.I feel like we should be able to get down to roughly half this total (~8 lines) without degrading the user experience substantially. Here is what head currently looks like:
Here is a strawman proposal, at 7 lines:
This equates to 1 message every 21 seconds of runtime, which is far less spammy.
The text was updated successfully, but these errors were encountered: