Bug 1805155
Summary: | Failed to force the deployment to use local name lookup | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Tomáš Nožička <tnozicka> |
Component: | openshift-controller-manager | Assignee: | Tomáš Nožička <tnozicka> |
Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.4 | CC: | aos-bugs, mfojtik |
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
image-resolve-plugin wasn't resolving images if the alpha.image.policy.openshift.io/resolve-names annotation was added later on.
Consequence:
Images weren't resolved.
Fix:
image-resolve-plugin now resolves images even if the alpha.image.policy.openshift.io/resolve-names annotation is added after resource creation.
Result: it works
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 17:16:20 UTC | Type: | --- |
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: | 1801095 |
Description
Tomáš Nožička
2020-02-20 11:40:56 UTC
Confirmed with payload: 4.5.0-0.nightly-2020-03-06-190457, the issue has fixed: [yinzhou@localhost ~]$ oc tag openshift/deployment-example:v1 --source=docker app:v1 Tag app:v1 set to openshift/deployment-example:v1. [yinzhou@localhost ~]$ oc create deployment app --image=app:v1 deployment.apps/app created [yinzhou@localhost ~]$ oc set image-lookup deployment/app deployment.apps/app image lookup updated [yinzhou@localhost ~]$ oc get po NAME READY STATUS RESTARTS AGE app-5fd88b6f9d-9qtzk 1/1 Running 0 2m30s 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:2409 |