Events are included in the resource description, which you can get using the {product-title} client.
Procedure
-
In the namespace, use the
oc describe
command. The following example shows how to get the events for a virtual machine, a virtual machine instance, and the virt-launcher Pod for a virtual machine:$ oc describe vm <vm> $ oc describe vmi <vmi> $ oc describe pod virt-launcher-<name>