Skip to content

Commit 2db6a71

Browse files
authored
Merge pull request #88634 from rohennes/OCPBUGS-46469
OCPBUGS-46469: Adding IBGU enhancement
2 parents 6f55632 + b10edf4 commit 2db6a71

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

modules/ztp-image-based-upgrade-procedure-steps.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ spec:
5757
----
5858
<1> Clusters to upgrade.
5959
<2> Target platform version, the seed image to be used, and the secret required to access the image.
60+
+
61+
[NOTE]
62+
====
63+
If you add the seed image pull secret in the hub cluster, in the same namespace as the `ImageBasedGroupUpgrade` resource, the secret is added to the manifest list for the `Prep` stage. The secret is recreated in each spoke cluster in the `openshift-lifecycle-agent` namespace.
64+
====
65+
+
6066
<3> Optional: Applies additional manifests, which are not in the seed image, to the target cluster. Also applies `ConfigMap` objects for custom catalog sources.
6167
<4> List of `ConfigMap` resources that contain the {oadp-short} `Backup` and `Restore` CRs.
6268
<5> Upgrade plan details.

snippets/ibu-ImageBasedGroupUpgrade.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ spec:
3434
----
3535
<1> Clusters to upgrade.
3636
<2> Target platform version, the seed image to be used, and the secret required to access the image.
37+
+
38+
[NOTE]
39+
====
40+
If you add the seed image pull secret in the hub cluster, in the same namespace as the `ImageBasedGroupUpgrade` resource, the secret is added to the manifest list for the `Prep` stage. The secret is recreated in each spoke cluster in the `openshift-lifecycle-agent` namespace.
41+
====
42+
+
3743
<3> Optional: Applies additional manifests, which are not in the seed image, to the target cluster. Also applies `ConfigMap` objects for custom catalog sources.
3844
<4> `ConfigMap` resources that contain the OADP `Backup` and `Restore` CRs.
3945
<5> Upgrade plan details.

0 commit comments

Comments
 (0)