Skip to content

Commit 4523ce9

Browse files
authored
Merge pull request #27654 from kurokobo/fix/#27583_no_installer
Fix #27583: Add cp for openshift-baremetal-install
2 parents f9770c5 + 8c0349e commit 4523ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/ipi-install-extracting-the-openshift-installer.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ After retrieving the installer, the next step is to extract it.
3131
----
3232
[kni@provisioner ~]$ sudo cp oc /usr/local/bin
3333
[kni@provisioner ~]$ oc adm release extract --registry-config "${pullsecret_file}" --command=$cmd --to "${extract_dir}" ${RELEASE_IMAGE}
34+
[kni@provisioner ~]$ sudo cp openshift-baremetal-install /usr/local/bin
3435
----

0 commit comments

Comments
 (0)