Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1841018

Summary: Need add notes about jenkins imagestreams importing by digest with pull-through dose not work in disconnect cluster.
Product: OpenShift Container Platform Reporter: XiuJuan Wang <xiuwang>
Component: DocumentationAssignee: Vikram Goyal <vigoyal>
Status: CLOSED EOL QA Contact: Xiaoli Tian <xtian>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: medium    
Version: 4.4CC: aos-bugs, jokerman
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: 2021-03-15 05:44:13 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 XiuJuan Wang 2020-05-28 07:19:47 UTC
Document URL: 
After bug #1824280 fix in 4.4.z, jenkins imagestreams can't be overrided with samplesRegistry.
And https://issues.redhat.com/browse/IR-34 does not implement yet,so jenkins image  can't be pulled sucessfully in jenkins pod when it uses jenkins imagestream under openshift project.

Need add note about this issue. 
To resolve it, the workaround is setting jenkins imagestream without pull-through policy.
$oc get is jenkins -n openshift -o json | jq .spec.tags[1].from.name  | grep quay.io  | sed -e 's/"//g' | cut -d"/" -f2-  > jenkinsimage.txt
$oc tag `cat jenkinsimage.txt` jenkins:latest -n openshift

Section Number and Name: 

https://docs.openshift.com/container-platform/4.4/installing/install_config/installing-restricted-networks-preparations.html#installation-restricted-network-samples_installing-restricted-networks-preparations

Describe the issue: 

Suggestions for improvement: 
Need add note about this issue. 
To resolve it, the workaround is setting jenkins imagestream without pull-through policy.
$oc get is jenkins -n openshift -o json | jq .spec.tags[1].from.name  | grep quay.io  | sed -e 's/"//g' | cut -d"/" -f2-  > jenkinsimage.txt
$oc tag `cat imageurl.txt` jenkins:latest -n openshift

Additional information:

Comment 1 Vikram Goyal 2021-03-07 21:53:04 UTC
OCP 4.4 dropped full support when OCP 4.7 came out.

This is a notification that this bug will be marked as CLOSED EOL by the end of this week.

See my announcement email here [2] for exceptions.

If you have a customer case with a support exception or if you think this issue still applies on 4.5+, please reopen and include those details. When reopening, please change the version number.

[1]: https://access.redhat.com/support/policy/updates/openshift
[2]: http://post-office.corp.redhat.com/archives/openshift-sme/2021-February/msg00835.html

Comment 2 Vikram Goyal 2021-03-15 05:44:13 UTC
OCP 4.4 is EOL after OCP 4.7 GA.

This is a notification that this bug is being CLOSED as EOL as per the previous comment on this bug.

See my announcement email here [2].

If you have a customer case with a support exception or if you think this issue still applies on 4.5+, please reopen and include those details. When reopening, please change the reported version to 4.5+.

[1]: https://access.redhat.com/support/policy/updates/openshift
[2]: http://mailman-int.corp.redhat.com/archives/openshift-ccs/2021-February/msg00051.html