Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 610 Bytes

cnv-viewing-resource-events-cli.adoc

File metadata and controls

22 lines (17 loc) · 610 Bytes

Viewing resource events in the CLI

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>