-
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
UI progress bars stepping on each other #11069
Comments
The library itself handles this, so it must be something in how we use it. https://github.com/cheggaaa/pb/blob/master/example_multiple_test.go
|
I suspect if we turn on the setting that when the progress bar is 100% to hide itself it will fix this issue |
seems like we the source of the problem is we create two independent
and the other one in
should be using a Pool like the example in this issue cheggaaa/pb#31 (comment)
what we could do is adding a Global PB Pool in download package and any new PB be added to the pool |
CC @andriyDev |
Ah seems like V3 does NOT have pooling feature |
We could look into downgrading to v1 to see what happens. |
cc @alonyb |
/assign |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
This also affects e.g. the kubelet/kubeadm/kubectl progress bars when using --driver=none, and is quite sad for users with lesser internet connections! |
I noticed that
preloaded-images-k8s
andindex.docker.io/kicbase
progress bars step on each other when download is in progress and it is confusing for the user and might be interpreted as a glitch. When the download is finished, they are displayed in separate lines:The text was updated successfully, but these errors were encountered: