Bug 1787112
Summary: | [Disconnected]Meet "ImagePullBackOff" when try to deploy with mirror image and pullthrough enabled | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Wenjing Zheng <wzheng> |
Component: | Image Registry | Assignee: | Oleg Bulatov <obulatov> |
Status: | CLOSED DEFERRED | QA Contact: | Wenjing Zheng <wzheng> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.3.0 | CC: | aos-bugs, shishika, wewang, wking, xiuwang |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-20 11:05:23 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: |
Description
Wenjing Zheng
2019-12-31 08:53:29 UTC
The failing is not only for jenkins image, it's about the mirror image with digest id and pullthrough policy enabled. After add pull secret of quay.io to deployer sa under project, the image still failed to pull with pullthrough. $oc create secret generic pull --from-file=.dockerconfigjson=/home/wxj/.docker/config.json --type=kubernetes.io/dockerconfigjson $oc secrets link deployer pull --for=pull,mount ImageContentSourcePolicy is not supported by the registry yet. https://issues.redhat.com/browse/DEVEXP-483 (In reply to Oleg Bulatov from comment #6) > ImageContentSourcePolicy is not supported by the registry yet. > > https://issues.redhat.com/browse/DEVEXP-483 If it is not supported, we may need to mention this in release note, since Jenkins imagestream is imported successfully and pullthrough is enabled by default. |