From b294a87dc0a35fa1d7079b03d342edb42ce0680f Mon Sep 17 00:00:00 2001 From: Victor Toso Date: Mon, 3 Jul 2023 11:37:09 +0200 Subject: [PATCH] live-migration: no need of feature gates Since v0.56, with the PR: https://github.com/kubevirt/kubevirt/pull/8047 Signed-off-by: Victor Toso --- docs/operations/live_migration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/operations/live_migration.md b/docs/operations/live_migration.md index 4746d0150..8fb3259f2 100644 --- a/docs/operations/live_migration.md +++ b/docs/operations/live_migration.md @@ -6,7 +6,8 @@ continues to run and remain accessible. ## Enabling the live-migration support -Live migration must be enabled in the feature gates to be supported. The +Live migration is enabled by default in recent versions of KubeVirt. Versions +prior to v0.56, it must be enabled in the feature gates. The [feature gates](./activating_feature_gates.md#how-to-activate-a-feature-gate) field in the KubeVirt CR must be expanded by adding the `LiveMigration` to it.