You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a deploy fail almost immediately when the kubectl-build-deploy-dind image went into ImagePullBackoff. Here's what happened:
Started several deploys, got success back from Lagoon API.
Lagoon build pods appeared.
One build pod went into ImagePullBackoff (the others started running).
The ImagePullBackoff build pod disappeared.
Deploy shown as failed in Lagoon dashboard:
I would have expected the pod to eventually start running instead of failing the deploy. The other builds started at the same time ran fine, so the image pull error may have just been a transient network issue?
I ran deploy on this environment a second time and it ran through fine.
The text was updated successfully, but these errors were encountered:
I think it would be nice to have some kind of timeout to allow kubernetes time to recover. If only to avoid Lagoon users being confused about why their deploys sporadically fail. It doesn't have to be long - just enough for kubernetes to retry the image pull.
I've only seen this once, so it isn't an urgent problem.
I had a deploy fail almost immediately when the
kubectl-build-deploy-dind
image went intoImagePullBackoff
. Here's what happened:success
back from Lagoon API.ImagePullBackoff
(the others started running).ImagePullBackoff
build pod disappeared.failed
in Lagoon dashboard:I would have expected the pod to eventually start running instead of failing the deploy. The other builds started at the same time ran fine, so the image pull error may have just been a transient network issue?
I ran deploy on this environment a second time and it ran through fine.
The text was updated successfully, but these errors were encountered: