Skip to content

Commit 0bd8e5f

Browse files
committed
TELCODOCS-430: Updated to reflect support of multiple simultaneous patch (x.y.z) versions of Release/OS images
1 parent f29cc8b commit 0bd8e5f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

modules/ztp-ai-install-ocp-clusters-on-bare-metal.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
<2> Volume size for the `filesystemStorage` field, for example `20Gi`.
7272
<3> Volume size for the `imageStorage` field, for example `2Gi`.
7373
<4> List of OS image details, for example a single {product-title} OS version.
74-
<5> {product-title} version to install, for example, `"4.8"`.
74+
<5> {product-title} version to install, in either "x.y" (major.minor) or "x.y.z" (major.minor.patch) formats.
7575
<6> Specific install version, for example, `47.83.202103251640-0`.
7676
<7> ISO url, for example, `https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.7/4.7.7/rhcos-4.7.7-x86_64-live.x86_64.iso`.
7777
<8> Root FS image URL, for example `https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.7/4.7.7/rhcos-live-rootfs.x86_64.img`.

modules/ztp-creating-siteconfig-custom-resources.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ spec:
7171
releaseImage: quay.io/openshift-release-dev/ocp-release:4.10.0-x86_64 <2>
7272
----
7373
<1> The descriptive version that you want to deploy.
74-
<2> Points to the specific release image to deploy.
75-
74+
<2> Specifies the `releaseImage` to deploy and determines the OS Image version. The discovery ISO is based on an OS image version as the `releaseImage`, or latest if the exact version is unavailable.
7675

7776
. Create the `Namespace` definition for the managed cluster:
7877
+

0 commit comments

Comments
 (0)