-
Feature Request
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
None
-
---
-
---
In the last customer PoC i received the question of how to start and stop several VM's at once.
Via cli it's effortless:
for VM in $(kubectl get vm -l $LABEL-SELECTOR -o jsonpath='{.items[*].metadata.name}'); do echo "Updating compute resources for VM: $VM" virtctl $ACTION "$VM" done
But in the WebUI I would like to select a bunch or all VM's via an checkbox and execute action like start, stop,...:
This would be a general Web UI improvement for every table of Pods, Service, ....
- duplicates
-
CNV-50655 Bulk VMs operations
- Release Pending