Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

live-migration: no need of feature gates #694

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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