Skip to content

Commit

Permalink
live-migration: no need of feature gates (#694)
Browse files Browse the repository at this point in the history
Since v0.56, with the PR:
kubevirt/kubevirt#8047

Signed-off-by: Victor Toso <[email protected]>
  • Loading branch information
victortoso authored Aug 7, 2023
1 parent 84f8b64 commit 05333fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/operations/live_migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 05333fb

Please sign in to comment.