mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
977 B
Plaintext
23 lines
977 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing-with-agent-based-installer/installing-with-agent-based-installer.adoc
|
|
// * installing/installing_with_agent_based_installer/installing-with-agent-basic.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="installing-ocp-agent-boot_{context}"]
|
|
= Creating and booting the agent image
|
|
|
|
Use this procedure to boot the agent image on your machines.
|
|
|
|
.Procedure
|
|
|
|
. Create the agent image by running the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ openshift-install --dir <install_directory> agent create image
|
|
----
|
|
+
|
|
NOTE: Red Hat Enterprise Linux CoreOS (RHCOS) supports multipathing on the primary disk, allowing stronger resilience to hardware failure to achieve higher host availability. Multipathing is enabled by default in the agent ISO image, with a default `/etc/multipath.conf` configuration.
|
|
|
|
. Boot the `agent.x86_64.iso`, `agent.aarch64.iso`, or `agent.s390x.iso` image on the bare metal machines. |