-
Notifications
You must be signed in to change notification settings - Fork 350
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
Slow build time on Minikube reported #1204
Comments
Running into very slow builds on my local machine using minikube.
See my log below;
I am on a 100 Mbps fibre connection. I checked and downloads where not bad on other sites. |
So I did some digging. I had Istio installed in demo mode(learning Knative,Istio, Kamel and Quarkus atm) and this seems to have affected the build times. Installing Istio with a minimal profile sped up the quite a bit. Note that the KNative documentation uses Helm install for Istio which is being deprecated.
|
@Namphibian we are working on #1256 that should ideally improve the build time and open new possibilities, like possibly interacting directly with the Docker daemon on Minikube for faster development cycles. |
Fixed by #1259 |
I've got some reports of build time on Minikube taking more than 10 mins recently.
The slowest phase seems to be Kaniko downloading the base image and pushing to the internal registry. It may also be slow because the Kaniko cache is now disabled, but 10 mins with a fast internet connection (200 Mbps) is not acceptable even for the first build.
I wonder if we can find a faster strategy for Minikube users or for the development phase, when you want to run everything as soon as possible.
The text was updated successfully, but these errors were encountered: