File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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+ ----
9912099_kubeadmin-password-secret.yaml
10012199_openshift-cluster-api_master-machines-0.yaml
10112299_openshift-cluster-api_master-machines-1.yaml
You can’t perform that action at this time.
0 commit comments