3.5. 获取 HostFirmwareSettings 资源
HostFirmwareSettings
资源包含物理主机的特定于供应商的 BIOS 属性。您必须获取物理主机的 HostFirmwareSettings
资源才能查看其 BIOS 属性。
流程
获取
HostFirmwareSettings
资源的详细列表:$ oc get hfs -n openshift-machine-api -o yaml
注意您可以使用
hostfirmwaresettings
作为oc get
命令的hfs
长形式。获取
HostFirmwareSettings
资源列表:$ oc get hfs -n openshift-machine-api
获取特定主机的
HostFirmwareSettings
资源$ oc get hfs <host_name> -n openshift-machine-api -o yaml
其中
<host_name>
是主机的名称。