You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An instance type is a reusable object where you can define resources and characteristics to apply to new VMs. You can define custom instance types or use the variety that are included when you install {VirtProductName}.
9
+
An instance type is a reusable object where you can define resources and characteristics to apply to new VMs. You can define custom instance types or use the variety that are included when you install {VirtProductName}.
10
10
11
11
To create a new instance type, you must first create a manifest, either manually or by using the `virtctl` CLI tool. You then create the instance type object by applying the manifest to your cluster.
12
12
13
-
{VirtProductName} provides two CRDs for configuring instance types:
13
+
{VirtProductName} provides two CRDs for configuring instance types:
14
14
15
15
* A namespaced object: `VirtualMachineInstancetype`
16
16
* A cluster-wide object: `VirtualMachineClusterInstancetype`
@@ -20,11 +20,11 @@ These objects use the same `VirtualMachineInstancetypeSpec`.
20
20
[id="required-attributes_{context}"]
21
21
== Required attributes
22
22
23
-
When you configure an instance type, you must define the `cpu` and `memory` attributes. Other attributes are optional.
23
+
When you configure an instance type, you must define the `cpu` and `memory` attributes. Other attributes are optional.
24
24
25
25
[NOTE]
26
26
====
27
-
When you create a VM from an instance type, you cannot override any parameters defined in the instance type.
27
+
When you create a VM from an instance type, you cannot override any parameters defined in the instance type.
28
28
29
29
Because instance types require defined CPU and memory attributes, {VirtProductName} always rejects additional requests for these resources when creating a VM from an instance type.
30
30
====
@@ -55,7 +55,7 @@ You can create an instance type manifest by using the `virtctl` CLI utility. For
{VirtProductName} includes a set of pre-defined instance types called `common-instancetypes`. Some are specialized for specific workloads and others are workload-agnostic.
10
10
@@ -17,17 +17,17 @@ These instance type resources are named according to their series, version, and
17
17
^.^|Use case ^.^|Series ^.^|Characteristics ^.^|vCPU to memory ratio ^.^|Example resource
0 commit comments