15.3. Troubleshooting
To diagnose and resolve issues with virtual machine (VM) and cluster components, you can troubleshoot OpenShift Virtualization by using the web console or the OpenShift CLI (oc). These practices help ensure your virtualized infrastructure remains healthy.
15.3.1. Events 링크 복사링크가 클립보드에 복사되었습니다!
To monitor and troubleshoot virtual machine (VM), namespace, and resource issues, you can review OpenShift Container Platform events. Tracking this life-cycle information helps ensure you maintain a healthy cluster environment.
Procedure
-
To view VM events, go to VirtualMachine details
Events in the web console. To view namespace events, run the following command:
$ oc get events -n <namespace>To view resource events, run the following command:
$ oc describe <resource> <resource_name>