Skip to content

Commit 9495714

Browse files
authored
Merge pull request #61826 from sabrinajess/CNV21234
CNV-21234: new virtctl commands
2 parents 97fde8a + ef1a0bd commit 9495714

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/virt-virtctl-commands.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ You use `virtctl` virtual machine (VM) management commands to manage and migrate
6666
[width="100%",cols="1a,2a",options="header"]
6767
|===
6868
|Command |Description
69+
70+
|`virtctl create -name <vm_name>`
71+
|Create a `VirtualMachine` manifest.
72+
6973
|`virtctl start <vm_name>`
7074
|Start a VM.
7175

@@ -89,6 +93,12 @@ You use `virtctl` virtual machine (VM) management commands to manage and migrate
8993

9094
|`virtctl restart <vm_name>`
9195
|Restart a VM.
96+
97+
|`virtctl create instancetype --cpu <cpu_value> --memory <memory_value> --name <instancetype_name>`
98+
|Create an `InstanceType` manifest for a `ClusterInstanceType`, or a namespaced `InstanceType`, to streamline the creation of your `InstanceType` specifications.
99+
100+
|`virtctl create preference --name <preference_name>`
101+
|Create a `Preference` manifest for a `ClusterPreference`, or a namespaced `Preference`, to streamline the creation of your `Preference` specifications.
92102
|===
93103

94104
[id='vm-connection-commands_{context}']

0 commit comments

Comments
 (0)