-
Notifications
You must be signed in to change notification settings - Fork 5.1k
replace spinner lib to upstream #21115
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
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh 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-start |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 51.0s 52.2s 53.1s 54.4s 52.9s Times for minikube (PR 21115) ingress: 15.0s 15.0s 16.0s 15.0s 15.1s docker driver with docker runtime
Times for minikube start: 25.1s 27.6s 26.8s 28.1s 22.5s Times for minikube ingress: 12.8s 12.3s 12.8s 72.8s 11.3s docker driver with containerd runtime
Times for minikube start: 22.8s 23.6s 21.0s 21.9s 21.6s Times for minikube ingress: 22.8s 39.3s 23.3s 23.7s 22.8s |
* fix go mod * fix gomod * gowork sum
historically because of these reasons
briandowns/spinner#121
briandowns/spinner#157
@alonyb
we used our a contributors fork since his PR couldnt be merged briandowns/spinner#108
but I dont think we need to use the ancient fork anymore, it seems like the newer versions just magically work fine at least on my macos
this PR gets rid of this go.mod replace and uses upstream