From e735f96555242fa20ffa3e5db0433b755f19c893 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Wed, 26 Feb 2025 23:18:01 +0100 Subject: [PATCH] kubevirt: Enable live-migration by default (#652) ## Summary by CodeRabbit - **New Features** - Expanded configuration options now include the ability to enable live migration for virtual machine management, offering smoother transitions and enhanced flexibility. - Introduced a new eviction strategy for managing virtual machine evictions. Signed-off-by: Andrei Kvapil --- packages/system/kubevirt/templates/kubevirt-cr.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/system/kubevirt/templates/kubevirt-cr.yaml b/packages/system/kubevirt/templates/kubevirt-cr.yaml index 6df93aba..f5878da3 100644 --- a/packages/system/kubevirt/templates/kubevirt-cr.yaml +++ b/packages/system/kubevirt/templates/kubevirt-cr.yaml @@ -11,6 +11,8 @@ spec: featureGates: - HotplugVolumes - ExpandDisks + - LiveMigration + evictionStrategy: LiveMigrate customizeComponents: {} imagePullPolicy: IfNotPresent monitorNamespace: tenant-root