Bug 2095701
| Summary: | Sample container images was not available on airgap infra, importing Samples in DevConsole fails | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jaivardhan Kumar <jakumar> |
| Component: | Samples | Assignee: | David Peraza <dperaza> |
| Status: | CLOSED NOTABUG | QA Contact: | Jitendar Singh <jitsingh> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.10 | CC: | cjerolim, dperaza, fmehta, jitsingh, nmukherj |
| Target Milestone: | --- | ||
| 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: | 2022-07-19 11:14:12 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
Jaivardhan Kumar
2022-06-10 09:29:38 UTC
Looks like the samples operator could not import all the required resources. The ImageStreams are there, but some (not all!) ImageStreamTags are missed:
➜ ~ oc get imagestreams -n openshift | grep ruby
NAME IMAGE REPOSITORY TAGS UPDATED
ruby image-registry.openshift-image-registry.svc:5000/openshift/ruby 2.7-ubi7,2.7-ubi8,3.0-ubi8,latest + 6 more... 3 weeks ago
➜ ~ oc get imagestreamtags -n openshift | grep ruby
NAME IMAGE REFERENCE
ruby:2.7-ubi8 image-registry.openshift-image-registry.svc:5000/openshift/ruby@sha256:..
ruby:3.0-ubi8 image-registry.openshift-image-registry.svc:5000/openshift/ruby@sha256:..
ruby:latest image-registry.openshift-image-registry.svc:5000/openshift/ruby@sha256:..
ruby:2.7-ubi7 image-registry.openshift-image-registry.svc:5000/openshift/ruby@sha256:..
You can see an error message also when checking `openshift-samples` `ClusterOperator` resource:
message: >-
Samples installed at 4.10.0-0.nightly-2022-05-24-195211, with image
import failures for these imagestreams:
jboss-eap74-openjdk11-openshift,fuse7-java11-openshift,jboss-webserver56-openjdk11-tomcat9-openshift-ubi8,sso75-openshift-rhel8,httpd,fuse7-eap-openshift-java11,ubi8-openjdk-8-runtime,ruby,jboss-eap-xp3-openjdk11-openshift,java-runtime,jboss-webserver56-openjdk8-tomcat9-openshift-ubi8,jboss-eap74-openjdk8-openshift,ubi8-openjdk-11-runtime,fuse7-karaf-openshift-jdk11,openshift-service-ca.crt,jboss-eap-xp3-openjdk11-runtime-openshift,jboss-eap74-openjdk8-runtime-openshift,kube-root-ca.crt,jboss-eap74-openjdk11-runtime-openshift;
last import attempt 2022-05-25 08:02:08 +0000 UTC
reason: FailedImageImports
status: 'False'
type: Progressing
This doesn't look like an UI issue. A good place to get input on this might be #forum-app-services
|