Bug 1833019
Summary: | need up-to-date messages from imagestreaimport InternalErrors surface in imagestream status | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | OpenShift BugZilla Robot <openshift-bugzilla-robot> |
Component: | ImageStreams | Assignee: | Gabe Montero <gmontero> |
Status: | CLOSED ERRATA | QA Contact: | XiuJuan Wang <xiuwang> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.4 | CC: | aos-bugs, jokerman, wzheng, xiuwang |
Target Milestone: | --- | ||
Target Release: | 4.3.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: stale error messages would exist on failed imagestreamimports
Consequence: users would be mislead on what current imagestreamimport problems were because errors from prior import failures were still the only ones surfaced
Fix: the logic for updating imagestreamimport error messages was enhanced to better determine that successive errors were in fact from different root causes, and hence update the error messages when appropriate
Result: users get better guidance from imagestreamimport errors after successive failed attempts on what is needed to fix problems
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-27 17:00:46 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: | 1788700 | ||
Bug Blocks: |
Description
OpenShift BugZilla Robot
2020-05-07 16:35:38 UTC
Should test with 4.3.0-0.nightly-2020-05-17-223233, and pass . Please ingore comment #4 1) configure the samplesRegistry to an initial registry that did not have the ruby images 2) then change samplesRegistry to ec2-3-133-161-167.us-east-2.compute.amazonaws.com:5000 , the perl images are not there as well. oc get is perl -n openshift -o yaml apiVersion: image.openshift.io/v1 kind: ImageStream metadata: annotations: openshift.io/display-name: Perl openshift.io/image.dockerRepositoryCheck: "2020-05-18T09:29:01Z" samples.operator.openshift.io/version: 4.3.0-0.nightly-2020-05-17-223233 creationTimestamp: "2020-05-18T08:46:37Z" generation: 4 labels: samples.operator.openshift.io/managed: "true" name: perl namespace: openshift resourceVersion: "34026" selfLink: /apis/image.openshift.io/v1/namespaces/openshift/imagestreams/perl uid: 2203d85b-7d65-4e71-9634-feff6d2e97d9 spec: lookupPolicy: local: false tags: - annotations: description: Build and run Perl 5.24 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.24/README.md. iconClass: icon-perl openshift.io/display-name: Perl 5.24 openshift.io/provider-display-name: Red Hat, Inc. sampleRepo: https://github.com/sclorg/dancer-ex.git supports: perl:5.24,perl tags: builder,perl version: "5.24" from: kind: DockerImage name: ec2-3-133-161-167.us-east-2.compute.amazonaws.com:5000/rhscl/perl-524-rhel7:latest generation: 4 importPolicy: {} name: "5.24" referencePolicy: type: Local - annotations: description: Build and run Perl 5.26 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.26/README.md. iconClass: icon-perl openshift.io/display-name: Perl 5.26 openshift.io/provider-display-name: Red Hat, Inc. sampleRepo: https://github.com/sclorg/dancer-ex.git supports: perl:5.26,perl tags: builder,perl version: "5.26" from: kind: DockerImage name: ec2-3-133-161-167.us-east-2.compute.amazonaws.com:5000/rhscl/perl-526-rhel7:latest generation: 4 importPolicy: {} name: "5.26" referencePolicy: type: Local - annotations: description: |- Build and run Perl applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.26/README.md. WARNING: By selecting this tag, your application will automatically update to use the latest version of Perl available on OpenShift, including major version updates. iconClass: icon-perl openshift.io/display-name: Perl (Latest) openshift.io/provider-display-name: Red Hat, Inc. sampleRepo: https://github.com/sclorg/dancer-ex.git supports: perl tags: builder,perl from: kind: ImageStreamTag name: "5.26" generation: 1 importPolicy: {} name: latest referencePolicy: type: Local status: dockerImageRepository: image-registry.openshift-image-registry.svc:5000/openshift/perl tags: - conditions: - generation: 4 lastTransitionTime: "2020-05-18T09:29:01Z" message: dockerimage.image.openshift.io "ec2-3-133-161-167.us-east-2.compute.amazonaws.com:5000/rhscl/perl-524-rhel7:latest" not found reason: NotFound status: "False" type: ImportSuccess items: null tag: "5.24" - conditions: - generation: 4 lastTransitionTime: "2020-05-18T09:29:01Z" message: dockerimage.image.openshift.io "ec2-3-133-161-167.us-east-2.compute.amazonaws.com:5000/rhscl/perl-526-rhel7:latest" not found reason: NotFound status: "False" type: ImportSuccess items: null tag: "5.26" 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:2184 |