Summary: | "eu-west-3" is treated as an invalid region for image registry | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
Component: | Image Registry | Assignee: | Oleg Bulatov <obulatov> |
Status: | CLOSED ERRATA | QA Contact: | Wenjing Zheng <wzheng> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.1.0 | CC: | aos-bugs, emahoney, erich, mifiedle, wking |
Target Milestone: | --- | Keywords: | NeedsTestCase |
Target Release: | 4.1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1674034 | Environment: | |
Last Closed: | 2019-06-04 10:45:17 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Bug Depends On: | 1674034 | ||
Bug Blocks: | 1664187 |
Comment 1
Johnny Liu
2019-03-07 10:31:15 UTC
This has been fixed by [1], but for some reason it isn't in the release. [1]: https://github.com/openshift/image-registry/pull/162 The first release with the fix is registry.svc.ci.openshift.org/ocp/release:4.0.0-0.nightly-2019-03-06-095230 > This has been fixed by [1], but for some reason it isn't in the release. > > [1]: https://github.com/openshift/image-registry/pull/162 Because that PR landed 2019-03-05T15:44Z [1] and the release was cut from a 2019-03-05T18:33:12Z build [2]. [1]: https://github.com/openshift/image-registry/pull/162#event-2181367399 [2]: https://github.com/openshift/installer/releases/tag/v0.14.0 > Because that PR landed 2019-03-05T15:44Z [1] and the release was cut from a 2019-03-05T18:33:12Z build [2].
And obviously I can't do math, since 15 < 18 ;). I dunno, maybe ART just didn't fast-forward their tag? Or maybe the build timestamps are generated at the end of the build cycle instead of the beginning?
Verified this bug with 4.0.0-0.nightly-2019-03-14-212114, and PASS. [root@preserve-jialiu-ansible 20190315]# oc get po -n openshift-image-registry NAME READY STATUS RESTARTS AGE cluster-image-registry-operator-5bd768db7c-xthfs 1/1 Running 0 28m image-registry-5646c8d48-zkbgl 1/1 Running 0 27m node-ca-bn4gd 1/1 Running 0 27m node-ca-hwxt9 1/1 Running 0 27m node-ca-mkxnd 1/1 Running 0 27m node-ca-v9fjk 1/1 Running 0 26m [root@preserve-jialiu-ansible 20190315]# oc get machinesets.machine.openshift.io --all-namespaces NAMESPACE NAME DESIRED CURRENT READY AVAILABLE AGE openshift-machine-api qe-jialiu1-ghd86-worker-eu-west-3a 1 1 1 1 33m openshift-machine-api qe-jialiu1-ghd86-worker-eu-west-3b 0 0 33m openshift-machine-api qe-jialiu1-ghd86-worker-eu-west-3c 0 0 33m Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758 |