Skip to content

Commit bd25d5b

Browse files
authored
Merge pull request #69160 from jeana-redhat/OSDOCS-8941-clarify-create-manifests-command
[OSDOCS-8941] clarifying create manifests command
2 parents a1ddbb2 + 4c0b5e8 commit bd25d5b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

modules/cco-ccoctl-install-creating-manifests.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@ endif::azure-workload-id[]
9494
+
9595
[source,terminal]
9696
----
97-
$ openshift-install create manifests
97+
$ openshift-install create manifests --dir <installation_directory>
9898
----
99+
+
100+
where `<installation_directory>` is the directory in which the installation program creates files.
99101

100102
. Copy the manifests that the `ccoctl` utility generated to the `manifests` directory that the installation program created by running the following command:
101103
+

modules/manually-create-identity-access-management.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,10 @@ endif::cco-multi-mode[]
177177
+
178178
[source,terminal]
179179
----
180-
$ openshift-install create manifests
180+
$ openshift-install create manifests --dir <installation_directory>
181181
----
182+
+
183+
where `<installation_directory>` is the directory in which the installation program creates files.
182184

183185
. Set a `$RELEASE_IMAGE` variable with the release image from your installation file by running the following command:
184186
+

0 commit comments

Comments
 (0)