1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

CNV-56265: New VM search in web console

This commit is contained in:
danielclowers
2025-05-28 14:10:43 -04:00
committed by openshift-cherrypick-robot
parent a5e4e13729
commit cb93cfccd6
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
// Module included in the following assemblies:
//
// * virt/virtual_machines/virt-manage-vmis.adoc
:_mod-docs-content-type: PROCEDURE
[id="virt-searching-vmis-web_{context}"]
= Searching for standalone virtual machine instances by using the web console
You can search for virtual machine instances (VMIs) by using the search bar on the *VirtualMachines* page. Use the advanced search to apply additional filters.
.Procedure
. In the {product-title} console, click *Virtualization* → *VirtualMachines* from the side menu.
. In the search bar at the top of the page, type a VM name, label, or IP address.
. In the suggestions list, choose one of the following options:
* Click a VM name to open its details page.
* Click *All search results found for ...* to view results on a dedicated page.
* Click a related suggestion to prefill search filters.
. Optional: To open advanced search options, click the sliders icon next to the search bar. Expand the **Details** section and specify one or more of the available filters: *Name*, *Project*, *Description*, *Labels*, *Date created*, *vCPU*, and *Memory*.
. Optional: Expand the **Network** section and enter an IP address to filter by.
. Click *Search*.
. Optional: If Advanced Cluster Management (ACM) is installed, use the *Cluster* dropdown to search across multiple clusters.
. Optional: Click the *Save search* icon to store your search in the `kubevirt-user-settings` ConfigMap.

View File

@@ -16,6 +16,8 @@ include::modules/virt-listing-vmis-cli.adoc[leveloffset=+1]
include::modules/virt-listing-vmis-web.adoc[leveloffset=+1]
include::modules/virt-searching-vmis-web.adoc[leveloffset=+1]
include::modules/virt-editing-vmis-web.adoc[leveloffset=+1]
include::modules/virt-deleting-vmis-cli.adoc[leveloffset=+1]