-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmodule.yaml
More file actions
25 lines (22 loc) · 1.02 KB
/
module.yaml
File metadata and controls
25 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: virtualization
stage: General Availability
subsystems:
- virtualization
namespace: d8-virtualization
descriptions:
en: Launches and manages virtual machines on the Deckhouse platform.
ru: Запускает и управляет виртуальными машинами в платформе Deckhouse.
tags: ["virtualization"]
requirements:
deckhouse: ">= 1.74" # TODO: FOR TEST. REVERT ME ">= 1.74.2"
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.