This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 159
very slow concurrent builds #613
Comments
cc/ @tzununbekov |
did you see the logs of building pod? depends on the info you provide, the second init container is the throttled.
|
not quite, the second init does finish quickly , but the third (kaniko takes a long time):
|
nodes are not maxed out:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
/kind question
We are trying to do a lot of concurrent builds. What we are seeing is that pod remain pending for several minutes then the builds start to complete very slowly, despite the cluster having enough resources.
No errors appear in the controller or the pods, nowhere. So everything seems fine.
But we would expect the builds to start right away and complete quickly.
A basic test with the following
build.yaml
:Using the kaniko template:
And running 50 concurrent builds with:
A few builds complete ~10, but ultimately ~40 of them timeout after 10 minutes.
Is the github cloning possible being throttled which slows down the Build steps ?
The text was updated successfully, but these errors were encountered: