DynamixInstanceClass
Scope: Cluster
Version: v1
Parameters of a group of Dynamix VirtualMachines used by machine-controller-manager
(the node-manager module).
The CloudInstanceClass
resource of the node-manager
module refers to this resource.
- spec
Required value
- spec.externalNetwork
External network name.
Example:
externalNetwork: extnet_vlan_1700
- spec.imageName
Required value
Name of the OS image to base this VM on.
Example:
imageName: alt-p10-cloud-x86_64.img
- spec.memory
Required value
Memory in MiB to allocate to Dynamix VirtualMachines.
Example:
memory: 8192
- spec.numCPUs
Required value
Count of vCPUs to allocate to Dynamix VirtualMachines.
Example:
numCPUs: 2
- spec.rootDiskSizeGb
Root disk size in GiB to use in Dynamix VirtualMachines.
The disk will be automatically resized if its size in the template differs from specified.
Default:
30
Example:
rootDiskSizeGb: 30