Skip to content

Commit

Permalink
fix(virtctl): Use correct flag for sysprep volume in example (#861)
Browse files Browse the repository at this point in the history
Change the virtctl create vm examples to use the correct flag for adding
a sysprep volume to a created VM.

Signed-off-by: Felix Matouschek <[email protected]>
  • Loading branch information
0xFelix authored Jan 9, 2025
1 parent aec5dde commit f13b3b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user_workloads/creating_vms.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@ volume (source ConfigMap needs to exist):

```shell
virtctl create vm --memory=1Gi \
--volume-containerdisk=src:my.registry/my-image:my-tag --sysprep=src:my-cm
--volume-containerdisk=src:my.registry/my-image:my-tag \
--volume-sysprep=src:my-cm
```

## Complex examples
Expand Down

0 comments on commit f13b3b3

Please sign in to comment.