buildkit pod timeout #2277
varun-vijayagopal
started this conversation in
General
Replies: 1 comment
-
According to the source code, this is hardcoded and cannot be customized. I suggest that this be fixed because it is not appropriate for this to be non-configurable. buildx/driver/kubernetes/driver.go Lines 98 to 120 in 1f28985 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use buildx and buildkit to build images on our kubernetes cluster. At times the buildkit pod ( driver ) takes more than 2 mins to come up and this causes buildx build to fail with below
#0 building with "docker-listing-916" instance using kubernetes driver
#1 [internal] booting buildkit
#1 waiting for 1 pods to be ready
#1 waiting for 1 pods to be ready 110.0s done
#1 ERROR: expected 1 replicas to be ready, got 0
Is there a way to increase timeout or wait time for this ?
Beta Was this translation helpful? Give feedback.
All reactions