Skip to content

Commit

Permalink
Merge pull request #33 from acend/feat/livemigration
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
phil-pona authored Oct 5, 2024
2 parents 30c6521 + 56c0dc5 commit 9fb8927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/en/docs/live-migration/live-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >

## Introduction

The Live Migration feature (`LiveMigration`) is eneable by default in recent KubeVirt Versions, previously it needed to be enabled in the KubeVirt configuration running on the cluster (`kubectl get kubevirt kubevirt -n kubevirt -o yaml`).
The Live Migration feature (`LiveMigration`) is enabled by default in recent KubeVirt Versions, previously it needed to be enabled in the KubeVirt configuration running on the cluster (`kubectl get kubevirt kubevirt -n kubevirt -o yaml`).

```yaml
apiVersion: kubevirt.io/v1
Expand All @@ -28,7 +28,6 @@ spec:
- Snapshot
- VMExport
- BlockVolume
- LiveMigration
```
Additionally the LiveMigration feature can be configured under `spec.configuration.migrations` whit a set of configuration parameters. The full list can be found in the [API Reference](https://kubevirt.io/api-reference/v1.3.0/definitions.html#_v1_migrationconfiguration)
Expand Down

0 comments on commit 9fb8927

Please sign in to comment.