-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
flake: error: replication controller "docker-registry-1" has failed progressing #12806
Comments
I'm seeing this in your test's logs:
Maybe that's why? cc @mfojtik @smarterclayton I'm removing |
I also see this:
|
Yeah, it looks like the node never transitioned to ready. |
It looks like the openshift process was only alive for 12 or 13 seconds. I'm surprised the DC would transition to Failed that quickly, but I'm not up to speed with the DC inner workings. Here's the build console in question if anyone feels like looking in more detail: https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_conformance/10984/consoleFull |
@ncdc seems like the node problem (although the quick transition of DC is worrysome)... mind bumpint this to P2? (seems pretty rare flake). |
P2 works for me |
What "node problem" |
@mfojtik actually I think this is probably deployment related. It looks like, given a few more seconds, the node probably would have returned a ready condition of true. |
@ncdc @smarterclayton the timing from the log:
(I would expect the DC controller will reconcile when the node is available for the deployer pod to run). @Kargakis do you remember what the instantiate endpoint does in that case? |
The controllers have no notion of nodes being up or down. If this depends on instantiate we can retry longer with a backoff. |
@Kargakis this haven't reccured recently, but I guess we want to still increase the interval till we fail the deployment because there are no nodes available? |
Closing due to age. |
I am now seeing this error here: Any insights on what it may be ? |
sounds like the job was using outdated images, closing again |
I've tried to merge #12762 twice and both times got
Any insight?
The text was updated successfully, but these errors were encountered: