-
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
Restarting minikube takes longer than initial start #17509
Labels
kind/improvement
Categorizes issue or PR as related to improving upon a current feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Comments
spowelljr
added
the
kind/improvement
Categorizes issue or PR as related to improving upon a current feature.
label
Oct 26, 2023
We wait 10 seconds to check if the API server is up, that's likely the biggest cause
Removing the check dropped the restart by 10 second to 10 total seconds |
@prezha do you mind taking a look |
medyagh
added
the
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
label
Dec 6, 2023
11 tasks
after pr #17909docker driver
cleanup
kvm driver
|
#17909 Made my restart go from 21s to 8.5s |
that's excellent, thanks for checking @spowelljr ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/improvement
Categorizes issue or PR as related to improving upon a current feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Initial start:
0m15.890s
Restart:
0m20.424s
I think it's related to kubeadm commands as we run different commands on initial start vs restart
There are likely improvements we can make to bring the restart down to the initial start time or even less
The text was updated successfully, but these errors were encountered: