Skip to content

Commit 45aa113

Browse files
authored
Merge pull request #77512 from jeana-redhat/OSDOCS-10898-RHEL-versioned-ccoctl
OSDOCS-10898: RHEL-versioned ccoctl
2 parents 42e3f32 + 828e7a4 commit 45aa113

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

modules/cco-ccoctl-configuring.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,14 +360,22 @@ Ensure that the architecture of the `$RELEASE_IMAGE` matches the architecture of
360360
+
361361
[source,terminal]
362362
----
363-
$ oc image extract $CCO_IMAGE --file="/usr/bin/ccoctl" -a ~/.pull-secret
363+
$ oc image extract $CCO_IMAGE \
364+
--file="/usr/bin/ccoctl.<rhel_version>" \// <1>
365+
-a ~/.pull-secret
364366
----
367+
<1> For `<rhel_version>`, specify the value that corresponds to the version of {op-system-base-full} that the host uses.
368+
If no value is specified, `ccoctl.rhel8` is used by default.
369+
The following values are valid:
370+
+
371+
* `rhel8`: Specify this value for hosts that use {op-system-base} 8.
372+
* `rhel9`: Specify this value for hosts that use {op-system-base} 9.
365373

366374
. Change the permissions to make `ccoctl` executable by running the following command:
367375
+
368376
[source,terminal]
369377
----
370-
$ chmod 775 ccoctl
378+
$ chmod 775 ccoctl.<rhel_version>
371379
----
372380

373381
.Verification

0 commit comments

Comments
 (0)