From 57233ce18751125719fc54091822d70ef2a362ea Mon Sep 17 00:00:00 2001 From: Ivan Mikheykin Date: Sat, 13 Jun 2026 00:06:41 +0300 Subject: [PATCH] chore(module): reword module deletion warning - Change command to get all virtualization resources in cluster and ClusterVirtualImages. Signed-off-by: Ivan Mikheykin --- module.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/module.yaml b/module.yaml index 218f653b9a..4faa5a1e37 100644 --- a/module.yaml +++ b/module.yaml @@ -14,12 +14,13 @@ requirements: disable: confirmation: true message: | - Attention! + Very important! Disabling this module will stop all services responsible for creating and running virtual machines. - Before disabling the module, be sure to do the following: - - Make sure that all resources created using the module (virtual machines, disks, images, etc.) are deleted. - - Check for active resources using the command: `kubectl get virtualization`. If there are objects left in the command output, remove them before deactivating the module. + Ensure proper cleanup before disabling this module: - Failure to do so may result in data loss or incorrect system operation. + - Check for active resources using the command: `d8 k get virtualization,cvi -A`. + - Make sure to remove all resources created using the module (virtual machines, disks, images, etc.). + + Stale resources may result in a data loss or further system operation fails.