-
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
404 pushing to imagestream in registry #17618
Comments
My guess is that the registry was not ready at the time the build started. The docker always hits Unfortunately, the log doesn't reveal much. It's oddly short. I think we should capture at least +10s more context or use timestamps instead. The timestamp has a benefit of picking up always the same starting log line regardless of delay between issuing |
it's an extended test running on the cluster shared by the extended test framework, so if something should be waiting for the registry to be"up", it should be the extended test framework that stood up the cluster. Can you look into what we're doing there and make sure it's the right thing? I'm not sure how +10s logging context would help... we dumped the entire registry log after the push had failed. Why would we expect additional logs to show up 10s later? You can definitely add "--timestamps" to our various extended test util log dumpers. |
You can see I'll look into the test framework. |
@miminar ok, i don't know why that was put in place but it should be removed. we should be dumping full registry logs. |
this is the related issue i was thinking of: #17897 |
@miminar nice, it's a very plausible scenario. |
going to optimistically assume this is the same as #17897 |
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/17429/test_pull_request_origin_extended_conformance_gce/12430/
build got an error pushing to the imagestream:
why wouldn't it just create the repo?
registry logs:
The text was updated successfully, but these errors were encountered: