Skip to content

Commit c196986

Browse files
authored
Merge pull request #87839 from rohennes/OCPBUGS-34880
OCPBUGS-34880: Clarifying flow for disconnected with different registries for seed and target
2 parents 33a5b31 + fbdbe09 commit c196986

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

edge_computing/image_based_upgrade/cnf-image-based-upgrade-base.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ include::modules/cnf-image-based-upgrade-prep.adoc[leveloffset=+1]
1818

1919
* xref:../../edge_computing/image_based_upgrade/preparing_for_image_based_upgrade/cnf-image-based-upgrade-prep-resources.adoc#cnf-image-based-upgrade-prep-resources[Creating ConfigMap objects for the image-based upgrade with {lcao}]
2020
21+
* xref:../../openshift_images/image-configuration.adoc#images-configuration-registry-mirror-configuring_image-configuration[Configuring image registry repository mirroring]
22+
2123
include::modules/cnf-image-based-upgrade-with-backup.adoc[leveloffset=+1]
2224

2325
[role="_additional-resources"]

modules/cnf-image-based-upgrade-prep.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ When you deploy the {lcao} on a cluster, an `ImageBasedUpgrade` custom resource
1010
After you created all the resources that you need during the upgrade, you can move on to the `Prep` stage.
1111
For more information, see the "Creating ConfigMap objects for the image-based upgrade with {lcao}" section.
1212

13+
[NOTE]
14+
====
15+
In a disconnected environment, if the seed cluster's release image registry is different from the target cluster's release image registry, you must create an `ImageDigestMirrorSet` (IDMS) resource to configure alternative mirrored repository locations. For more information, see "Configuring image registry repository mirroring".
16+
17+
You can retrieve the release registry used in the seed image by running the following command:
18+
19+
[source,terminal]
20+
----
21+
$ skopeo inspect docker://<imagename> | jq -r '.Labels."com.openshift.lifecycle-agent.seed_cluster_info" | fromjson | .release_registry'
22+
----
23+
====
24+
1325
.Prerequisites
1426

1527
* You have created resources to back up and restore your clusters.

0 commit comments

Comments
 (0)