Skip to content

Commit 0c2ae48

Browse files
committed
BZ#1889250: Add the output
The PR adds the example output for "openshift create manifests" command. This fix is for BZ1889250. OCP version: 4.6 Signed-off-by: Servesha Dudhgaonkar [email protected]
1 parent b11847d commit 0c2ae48

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

modules/installation-disk-partitioning-upi-templates.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,29 @@ $ mkdir $HOME/clusterconfig
9494
[source,terminal]
9595
----
9696
$ openshift-install create manifests --dir $HOME/clusterconfig
97+
----
98+
+
99+
.Example output
100+
+
101+
[source,terminal]
102+
----
97103
? SSH Public Key ...
104+
INFO Credentials loaded from the "myprofile" profile in file "/home/myuser/.aws/credentials"
105+
INFO Consuming Install Config from target directory
106+
INFO Manifests created in: $HOME/clusterconfig/manifests and $HOME/clusterconfig/openshift
107+
----
108+
109+
. Optional: Confirm that the installation program created manifests in the `clusterconfig/openshift` directory:
110+
+
111+
[source,terminal]
112+
----
98113
$ ls $HOME/clusterconfig/openshift/
114+
----
115+
+
116+
.Example output
117+
+
118+
[source,terminal]
119+
----
99120
99_kubeadmin-password-secret.yaml
100121
99_openshift-cluster-api_master-machines-0.yaml
101122
99_openshift-cluster-api_master-machines-1.yaml

0 commit comments

Comments
 (0)