Skip to content

Commit

Permalink
creating_vms: Update example description (#853)
Browse files Browse the repository at this point in the history
Update the example description to match the latest usage examples in
virtctl.

Signed-off-by: Felix Matouschek <[email protected]>
  • Loading branch information
0xFelix authored Nov 14, 2024
1 parent 0ecba3f commit e89accc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_workloads/creating_vms.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Create a manifest for a VirtualMachine with a cloned PVC:
virtctl create vm --volume-import=type:pvc,src:my-ns/my-pvc
```

Create a manifest for a VirtualMachine with a directly used PVC:
Create a manifest for a VirtualMachine using a PVC without cloning it:

```shell
virtctl create vm --volume-pvc=src:my-pvc
Expand Down

0 comments on commit e89accc

Please sign in to comment.