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
의 긴 형식으로hostfirmwaresettings
를 사용할 수 있습니다.HostFirmwareSettings
리소스 목록을 가져옵니다.$ oc get hfs -n openshift-machine-api
특정 호스트에 대한
HostFirmwareSettings
리소스 가져오기$ oc get hfs <host_name> -n openshift-machine-api -o yaml
여기서
<host_name
>은 호스트 이름입니다.