-
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
Start performance of 1.2.0 using vm-driver=none? #4588
Comments
To narrow it down, do you mind checking if performance characteristics are the same across minikube versions for the same release of Kubernetes? You can pass Normally I would also add checking for consitency with the same --iso-url, but the none driver doesn't use it. Otherwise, I looked through the changelog for anything relating to the none driver or health checks since 1.0, but nothing jumped out at me. If it isn't a difference in the Kubernetes version, the next step would be |
@tstromberg Thanks! As I'm not missing something obvious I'll do some investigations between the different versions and report what I find |
@BenHall - any luck? |
@tstromberg I'm finding it hard to isolate. With 1.2 I can't downgrade, and I can't use 1.15 with 1.1. There are two issues I think
Update: I see a waitUntilHealthy but I can't see a way to set this. Is it in 1.3?
|
I think the answer is to set |
Hello,
Is there any way to identify potentially bottlenecks with 1.2.0. We're seeing significantly longer start times (2m30s) than with 1.0 and previously. We set the log-level to 9 but nothing is jumping out. All the images and assets (kubeadm binary etc) have been pre-cached.
A couple of items we have spotted:
How can we start investigating where the performance issues and delays might be coming from?
The text was updated successfully, but these errors were encountered: