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
94
94
[source,terminal]
95
95
----
96
96
$ openshift-install create manifests --dir $HOME/clusterconfig
97
+ ----
98
+ +
99
+ .Example output
100
+ +
101
+ [source,terminal]
102
+ ----
97
103
? 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
+ ----
98
113
$ ls $HOME/clusterconfig/openshift/
114
+ ----
115
+ +
116
+ .Example output
117
+ +
118
+ [source,terminal]
119
+ ----
99
120
99_kubeadmin-password-secret.yaml
100
121
99_openshift-cluster-api_master-machines-0.yaml
101
122
99_openshift-cluster-api_master-machines-1.yaml
You can’t perform that action at this time.
0 commit comments