$ oc logs <virt-launcher-name>
Logs are collected for OpenShift Container Platform builds, deployments, and pods. In OpenShift Virtualization, virtual machine logs can be retrieved from the virtual machine launcher pod in either the web console or the CLI.
The -f
option follows the log output in real time, which is useful for
monitoring progress and error checking.
If the launcher pod is failing to start, use the
--previous
option to see the logs of the last attempt.
|
Get virtual machine logs from the virtual machine launcher pod.
Use the following command:
$ oc logs <virt-launcher-name>
Get virtual machine logs from the associated virtual machine launcher pod.
In the OpenShift Container Platform console, click Virtualization → VirtualMachines from the side menu.
Select a virtual machine to open the VirtualMachine details page.
Click the Details tab.
Click the virt-launcher-<name>
pod in the Pod section to open the Pod details page.
Click the Logs tab to view the pod logs.