The HostFirmwareSettings resource contains the vendor-specific BIOS properties of a physical host. You must get the HostFirmwareSettings resource for a physical host to review its BIOS properties.
Procedure
-
Get the detailed list of
HostFirmwareSettingsresources:$ oc get hfs -n openshift-machine-api -o yamlNoteYou can use
hostfirmwaresettingsas the long form ofhfswith theoc getcommand. -
Get the list of
HostFirmwareSettingsresources:$ oc get hfs -n openshift-machine-api -
Get the
HostFirmwareSettingsresource for a particular host$ oc get hfs <host_name> -n openshift-machine-api -o yamlWhere
<host_name>is the name of the host.