This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.3.5. HostFirmwareSettings リソースの取得
HostFirmwareSettings
リソースには、物理ホストのベンダー固有の BIOS プロパティーが含まれます。物理ホストの BIOS プロパティーをチェックするには、そのHostFirmwareSettings
リソースを取得する必要があります。
手順
HostFirmwareSettings
リソースの詳細な一覧を取得します。oc get hfs -n openshift-machine-api -o yaml
$ oc get hfs -n openshift-machine-api -o yaml
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 注記oc get
コマンドで、hfs
の長い形式として、hostfirmwaresettings
を使用できます。HostFirmwareSettings
リソースの一覧を取得します。oc get hfs -n openshift-machine-api
$ oc get hfs -n openshift-machine-api
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 特定のホストの
HostFirmwareSettings
リソースを取得します。oc get hfs <host_name> -n openshift-machine-api -o yaml
$ oc get hfs <host_name> -n openshift-machine-api -o yaml
Copy to Clipboard Copied! Toggle word wrap Toggle overflow ここで、
<host_name>
はホストの名前です。