-
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
Builds are 1200% slower on Openshift 4 #813
Comments
I would maybe open an issue as discussion on the buildah community. They could be interested, I hope. |
Yes, the main task here is to figure out with them what's happening, but we need to provide them more info. |
@nicolaferraro does this happen with pretty much any camelk example, or is there a specific use case where this is really evident? And is this issue specific to CRC only not any other OCP 4 install? |
Any ocp4 cluster I've tried so far has this issue. Crc and aws. We need to understand what's the source of this problem and fix it (or ask who's responsible to fix it). |
I think you might be interested in this: containers/buildah#1849 @dhirajsb @nicolaferraro |
@astefanutti iirc you've looked at this issue, do you want to assign it to yourself and fill out details on what's going on in OpenShift for this? |
Multiple tests on the latest OCP 4.3.5 version gives much better build times, e.g.:
From the containers team:
There is still the open point of image layers caching:
An enhancement proposal is being worked out in openshift/enhancements#216. I think we can close this issue and follow-up as we work on image caching in general. |
It takes 10 seconds for camel k to build a Kit in openshift 3.11 (minishift). It takes 120 seconds to do the same on openshift 4 with crc.
That can be buildah slower than docker, but 12x slower means they are doing something wrong and we should tell them.
Or it's possible that we're doing something wrong on our side.
cc: @astefanutti, @aldettinger
The text was updated successfully, but these errors were encountered: