Skip to content

Commit bca9ba0

Browse files
authored
Merge pull request #81485 from amolnar-rh/OCPBUGS-39229
OCPBUGS-39229: Add reference IBU from ztp-site-generate
2 parents 5c038fd + 0f39104 commit bca9ba0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77

88
When you deploy the {lcao} on a cluster, an `ImageBasedUpgrade` CR is automatically created. You update this CR to specify the image repository of the seed image and to move through the different stages.
99

10+
.ImageBasedUpgrade CR in the ztp-site-generate container
11+
[source,yaml]
12+
----
13+
apiVersion: lca.openshift.io/v1
14+
kind: ImageBasedUpgrade
15+
metadata:
16+
name: upgrade
17+
spec:
18+
stage: Idle
19+
----
20+
1021
.Prerequisites
1122

1223
* Create policies and `ConfigMap` objects for resources used in the image-based upgrade. For more information, see "Creating ConfigMap objects for the image-based upgrade with {ztp}.

0 commit comments

Comments
 (0)