virtualization
virtualization copied to clipboard
Virtualization module for Deckhouse Kubernetes Platform
## Description autogenerate crd ## Why do we need it, and what problem does it solve? ## What is the expected result? ## Checklist - [ ] The code is...
## Description update docs due v0.19.0 - how to configure cpu and corefraction - how vmclass sizing policy affects vm settings - fix FAQ example issue ## Changelog entries ```changes...
## Description Integrate svace build and analyze to CI. ## Why do we need it, and what problem does it solve? Align development life cycle with security requirements. ## What...
## Description improve build can add as gitsubmodule ## Why do we need it, and what problem does it solve? ## What is the expected result? ## Checklist - [...
## Description Set the default live migration parameters as follows: - Migration bandwidth: 5 Gbps (approximately 640 MiB/s) - Limit one outbound migration stream per node - The total number...
## Description When creating a vmclass with cpu features, if the node is not ready yet and does not have the necessary labels, the vmclass is left hanging in pending....
# Changelog v0.19.0 ## Features - **[vd]** The `vd-protection` finalizer will be removed from the virtual disk if the virtual machine is stopped. [#1014](https://github.com/deckhouse/virtualization/pull/1014) - **[vm]** Add Tini as the...
## Description Resources preventing the deletion of VirtualImage and ClusterVirtualImage are being displayed. ## Why do we need it, and what problem does it solve? ## What is the expected...
## Description It is a known issue that filesystem not always freeze while vd snapshot tests. To prevent this error from causing noise during testing, we disabled this check. It...
## Description Fix false positive not found error when migration cancel. ## Checklist - [ ] The code is covered by unit tests. - [x] e2e tests passed. - [...