virtualization
virtualization copied to clipboard
Virtualization module for Deckhouse Kubernetes Platform
## Description - Cancel garbage collection if wait for provisioners for more than 2 hours. ## Why do we need it, and what problem does it solve? Provisioners may work...
## Description ## Why do we need it, and what problem does it solve? ## What is the expected result? ## Checklist - [ ] The code is covered by...
## Description add usbredir need usbredirect dependency for d8v ```bash git clone https://gitlab.freedesktop.org/spice/usbredir.git cd usbredir meson . build meson compile -C build sudo cp ./build/tools/usbredirect /usr/local/bin/ ``` https://kubevirt.io/user-guide/compute/client_passthrough/ ## Why...
## Description ## Why do we need it, and what problem does it solve? ## What is the expected result? ## Checklist - [ ] The code is covered by...
## Description Add e2e test for VM restore VMOP. ## Checklist - [ ] The code is covered by unit tests. - [x] e2e tests passed. - [ ] Documentation...
Signed-off-by: Maksim Fedotov ## Description ## Why do we need it, and what problem does it solve? ## What is the expected result? ## Checklist - [ ] The code...
## Description Add `ansible-inventory` subcommand to the CLI tool for generating ansible dynamic inventory from virtual machines in Kubernetes cluster. ## Why do we need it, and what problem does...
## Description - Add toleration to run importers on nodes belong to NodeGroup/system. - Add toleration to CDI config for DV workload Pods (importers, uploaders, preps, etc.). - vd contoller:...
## Description - Port patches onto v1.6.2 - Update virt-operator RBAC with new subresources - Update CRD for `internalvirtualizationvirtualmachine` and `internalvirtualizationvirtualmachineinstance` ## Why do we need it, and what problem...
## Description Implements d8v prefixing for `VirtualMachineSnapshot` and `VirtualDiskSnapshot` service resources according to the ADR for consistent naming across the virtualization module. **Key changes:** - VMS Secret: Changed from ``...