Skip to content
Merged
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
25 changes: 25 additions & 0 deletions module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: virtualization
stage: Preview
subsystems:
- virtualization
namespace: d8-virtualization
descriptions:
en: The Virtualization module allows you to run and manage virtual machines within the Deckhouse platform.
ru: Модуль виртуализации позволяет запускать и управлять виртуальными машинами в рамках платформы Deckhouse.
tags: ["virtualization"]
requirements:
deckhouse: ">= 1.68"
modules:
cni-cilium: ">= 0.0.0"
disable:
confirmation: true
message: |
Attention!

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.

Failure to do so may result in data loss or incorrect system operation.
Loading