Bug 1560550

Summary: [starter-ca-central-1] Error resolving ImageStreamTag redhat-openjdk18-openshift:1.2
Product: OpenShift Online Reporter: Jiří Fiala <jfiala>
Component: ImageAssignee: Stefanie Forrester <dakini>
Status: CLOSED CURRENTRELEASE QA Contact: Dongbo Yan <dyan>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.xCC: aos-bugs, bparees, jokerman, mmccomas, yufchang
Target Milestone: ---Keywords: OnlineStarter
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: 2018-05-07 17:25:03 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 Jiří Fiala 2018-03-26 12:31:10 UTC
Description of problem:
The redhat-openjdk18-openshift:1.2 image stream tag appears to be missing:
Error resolving ImageStreamTag redhat-openjdk18-openshift:1.2 in namespace openshift: unable to find latest tagged image

Version-Release number of selected component (if applicable):
OpenShift Master:
v3.9.7 (online version 3.6.0.45.1)
Kubernetes Master:
v1.9.1+a0ce1bc657
OpenShift Web Console:
v3.9.7

How reproducible:
consistently

Steps to Reproduce:
1. Deploy the openjdk18-web-basic-s2i template (use the example app repo)

Actual results:
Error resolving redhat-openjdk18-openshift:1.2

Expected results:
The image is resolved and pulled

Comment 2 Ben Parees 2018-03-26 14:02:53 UTC
 registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2 appears to be available now, looks like a glitch at the time of import.  Online team needs to rerun "oc import-image redhat-openjdk18-openshift"

Comment 3 Ben Parees 2018-03-26 14:03:27 UTC
(and we need something in place that scans the openshift imagestreams for errors so we can proactively catch these issues in the future)

Comment 4 Stefanie Forrester 2018-03-26 21:02:50 UTC
I added imagestream error checking to oso_deployer, so we'll catch the import errors any time we go to update the Online components (generally during OCP upgrades and all the minor upgrades in between). I'm planning on doing one of those minor upgrades this week, so I'll pull in the openjdk18-openshift imagestream at that time.

Comment 5 Stefanie Forrester 2018-04-05 19:49:06 UTC
This has been deployed to all of Starter and OSIO tier (including starter-ca-central-1).

Comment 6 Dongbo Yan 2018-04-10 11:30:13 UTC
Verified
Server https://api.starter-ca-central-1.openshift.com:443
openshift v3.9.14
kubernetes v1.9.1+a0ce1bc657

could see imagestreamTag redhat-openjdk18-openshift
could build successfully from imagestream

# oc get build
NAME            TYPE      FROM          STATUS     STARTED         DURATION
openjdk-app-1   Source    Git@591ee77   Complete   3 minutes ago   1m33s