Bug 1841018 - Need add notes about jenkins imagestreams importing by digest with pull-through dose not work in disconnect cluster.
Summary: Need add notes about jenkins imagestreams importing by digest with pull-throu...
Keywords:
Status: CLOSED EOL
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 4.4
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Vikram Goyal
QA Contact: Xiaoli Tian
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-05-28 07:19 UTC by XiuJuan Wang
Modified: 2021-03-15 05:44 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-03-15 05:44:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.