Skip to content

Commit

Permalink
Merge pull request #59 from morete/patch-8
Browse files Browse the repository at this point in the history
Deletes a migration request not a VM instance
  • Loading branch information
phil-pona authored Oct 15, 2024
2 parents 8794a37 + 660fc71 commit e8128f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/live-migration/live-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ This lab is not meant to be executed.
A live migration can also be canceled by deleting the VirtualMachineInstanceMigration object:

```bash
kubectl delete vmi {{% param "labsubfolderprefix" %}}{{% param "labfoldernumber" %}}-livemigration-job --namespace=$USER
kubectl delete vmim {{% param "labsubfolderprefix" %}}{{% param "labfoldernumber" %}}-livemigration-job --namespace=$USER
```

`virtctl` can also be used:
Expand Down

0 comments on commit e8128f7

Please sign in to comment.