mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
15 lines
446 B
Plaintext
15 lines
446 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing_bare_metal/ipi/ipi-install-installation-workflow.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id='deploying-the-cluster-via-the-openshift-installer_{context}']
|
|
= Deploying the cluster via the {product-title} installer
|
|
|
|
Run the {product-title} installer:
|
|
|
|
[source,terminal]
|
|
----
|
|
$ ./openshift-baremetal-install --dir ~/clusterconfigs --log-level debug create cluster
|
|
----
|