Maintain bare metal hosts
You can maintain the details of the bare metal hosts in your cluster from the OpenShift Container Platform web console.
-
From the web console, comlete the following steps:
-
Navigate to Compute → Bare Metal Hosts.
-
Select a task from the Actions drop-down menu.
-
Manage items such as baseboard management controller (BMC) details, boot MAC address for the host, enable power management, and so on. You can also review the details of the network interfaces and drives for the host.
-
-
Move a bare-metal host into maintenance mode. When you move a host into maintenance mode, the scheduler moves all managed workloads off the corresponding bare-metal node. No new workloads are scheduled while in maintenance mode.
-
Deprovision a bare-metal host in the web console. Deprovisioning a host does the following actions:
-
Annotates the bare-metal host CR with
cluster.k8s.io/delete-machine: true. -
Scales down the related compute machine set.
Powering off the host without first moving the daemon set and unmanaged static pods to another node can cause service disruption and loss of data.
-