diff --git a/modules/virt-about-instance-types.adoc b/modules/virt-about-instance-types.adoc index fb1794cd8fad..a30a927a5652 100644 --- a/modules/virt-about-instance-types.adoc +++ b/modules/virt-about-instance-types.adoc @@ -59,8 +59,6 @@ where: In addition to the required `cpu` and `memory` attributes, you can include the following optional attributes in the `VirtualMachineInstancetypeSpec`: -[%collapsible] --- `annotations`:: List annotations to apply to the VM. `gpus`:: List vGPUs for passthrough. `hostDevices`:: List host devices for passthrough. @@ -68,4 +66,3 @@ In addition to the required `cpu` and `memory` attributes, you can include the f `launchSecurity`:: Configure Secure Encrypted Virtualization (SEV). `nodeSelector`:: Specify node selectors to control the nodes where this VM is scheduled. `schedulerName`:: Define a custom scheduler to use for this VM instead of the default scheduler. --- diff --git a/virt/virtual_machines/creating_vms_rh/virt-creating-vms-from-cli.adoc b/virt/virtual_machines/creating_vms_rh/virt-creating-vms-from-cli.adoc index 6c2521955e0d..cb3c5a2bba6a 100644 --- a/virt/virtual_machines/creating_vms_rh/virt-creating-vms-from-cli.adoc +++ b/virt/virtual_machines/creating_vms_rh/virt-creating-vms-from-cli.adoc @@ -6,17 +6,18 @@ include::_attributes/common-attributes.adoc[] toc::[] -You can create virtual machines (VMs) from the command line by editing or creating a `VirtualMachine` manifest. +You can create virtual machines (VMs) from the command line by editing or creating a `VirtualMachine` manifest. You can simplify VM configuration by using an xref:../../../virt/virtual_machines/creating_vms_rh/virt-creating-vms-from-instance-types.adoc#virt-creating-vms-from-instance-types[instance type] in your VM manifest. + +[NOTE] +==== +You can also xref:../../../virt/virtual_machines/creating_vms_rh/virt-creating-vms-from-instance-types.adoc#virt-creating-vm-instancetype_virt-creating-vms-from-instance-types[create VMs from instance types by using the web console]. +==== [id="creating-manifests-virtctl_{context}"] == Creating manifests by using the virtctl tool You can use the `virtctl` CLI utility to simplify creating manifests for VMs, VM instance types, and VM preferences. For more information, see xref:../../../virt/getting_started/virt-using-the-cli-tools.adoc#vm-manifest-creation-commands_virt-using-the-cli-tools[VM manifest creation commands]. -[role="_additional-resources"] -.Additional resources -* xref:../../../virt/virtual_machines/creating_vms_rh/virt-creating-vms-from-instance-types.adoc#virt-creating-vms-from-instance-types[Creating VMs from instance types] - include::modules/virt-creating-vm-cli.adoc[leveloffset=+1] .Next steps