1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/virt-viewing-outdated-workloads.adoc
2021-10-01 17:27:57 -04:00

22 lines
579 B
Plaintext

// Module included in the following assemblies:
//
// * virt/upgrading-virt.adoc
[id="virt-viewing-outdated-workloads_{context}"]
= Viewing outdated {VirtProductName} workloads
You can view a list of outdated workloads by using the CLI.
[NOTE]
====
If there are outdated virtualization pods in your cluster, the `OutdatedVirtualMachineInstanceWorkloads` alert fires.
====
.Procedure
* To view a list of outdated virtual machine instances (VMIs), run the following command:
+
[source,terminal]
----
$ kubectl get vmi -l kubevirt.io/outdatedLauncherImage --all-namespaces
----