Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading