Bug 1786024
| Summary: | [OSP13withKuryr]Cannot pull image from image registry for no image registry internal address in /etc/hosts | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Wenjing Zheng <wzheng> | |
| Component: | Networking | Assignee: | Michał Dulko <mdulko> | |
| Networking sub component: | kuryr | QA Contact: | Jon Uriarte <juriarte> | |
| Status: | CLOSED ERRATA | Docs Contact: | ||
| Severity: | medium | |||
| Priority: | low | CC: | aos-bugs, juriarte, m.andre, scuppett | |
| Version: | 4.3.0 | |||
| Target Milestone: | --- | |||
| Target Release: | 4.4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | No Doc Update | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1798869 (view as bug list) | Environment: | ||
| Last Closed: | 2020-05-04 11:20:55 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1798869 | |||
|
Description
Wenjing Zheng
2019-12-23 06:29:05 UTC
Verified in 4.4.0-0.nightly-2020-02-10-234204 on top of OSP 13 2020-01-15.3 puddle. Build creation and image pull from internal registry works. $ oc new-app centos/ruby-25-centos7~https://github.com/sclorg/ruby-ex.git $ oc get pods NAME READY STATUS RESTARTS AGE ruby-ex-1-build 0/1 Completed 0 6m22s ruby-ex-1-cqw5h 1/1 Running 0 4m55s ruby-ex-1-deploy 0/1 Completed 0 5m2s $ oc describe pod ruby-ex-1-cqw5h ... Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled <unknown> default-scheduler Successfully assigned test2/ruby-ex-1-cqw5h to ostest-rgz26-worker-9sqkc Normal Pulling 2m33s kubelet, ostest-rgz26-worker-9sqkc Pulling image "image-registry.openshift-image-registry.svc:5000/test2/ruby-ex@sha256:47f28e7b3b6031847f1ac44722e8b2688f7ebf503e0107e0537e11c36d2d7afd" Normal Pulled 2m17s kubelet, ostest-rgz26-worker-9sqkc Successfully pulled image "image-registry.openshift-image-registry.svc:5000/test2/ruby-ex@sha256:47f28e7b3b6031847f1ac44722e8b2688f7ebf503e0107e0537e11c36d2d7afd" Normal Created 2m16s kubelet, ostest-rgz26-worker-9sqkc Created container ruby-ex Normal Started 2m16s kubelet, ostest-rgz26-worker-9sqkc Started container ruby-ex 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-2020:0581 |