You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review the OKD downloads page to determine the version of OKD that you want to install and determine the corresponding tag on the Repository Tags page.
Code snippets reference old image repository and release-name that were used before the switch from FCOS to SCOS:
PRODUCT_REPO='openshift'
RELEASE_NAME="okd"
These were valid for OKD based on FCOS (OKD<=4.15) which used quay.io/openshift/okd as the image repository.
However, since 4.16 FCOS is no more and OKD is based on SCOS, so quay.io/okd/scos-release is used instead.
Taking this into account, correct snippets for version 4.16 and later should look like this:
PRODUCT_REPO='okd'
RELEASE_NAME="scos-release"
The text was updated successfully, but these errors were encountered:
pczarnik
changed the title
[OKD] Incorrect PRODUCT_REPO and RELEASE_NAME in "Mirroring images for a disconnected installation" in 4.16 and latest
[OKD] Incorrect image repository in "Mirroring images for a disconnected installation" in 4.16 and latest
Sep 11, 2024
pczarnik
changed the title
[OKD] Incorrect image repository in "Mirroring images for a disconnected installation" in 4.16 and latest
[OKD] Incorrect image repository in "Mirroring images for a disconnected installation" in 4.16
Sep 11, 2024
Which section(s) is the issue in?
What needs fixing?
OKD downloads page points to https://access.redhat.com/downloads/content/290/, while it should point to https://origin-release.ci.openshift.org/.
Repository Tags may be removed, because https://origin-release.ci.openshift.org/ has them listed.
PRODUCT_REPO='openshift'
RELEASE_NAME="okd"
These were valid for OKD based on FCOS (OKD<=4.15) which used
quay.io/openshift/okd
as the image repository.However, since 4.16 FCOS is no more and OKD is based on SCOS, so
quay.io/okd/scos-release
is used instead.Taking this into account, correct snippets for version 4.16 and later should look like this:
PRODUCT_REPO='okd'
RELEASE_NAME="scos-release"
The text was updated successfully, but these errors were encountered: