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
    объект

    Обязательный параметр

    • spec.externalNetwork
      строка

      External network name.

      Пример:

      externalNetwork: extnet_vlan_1700
      
    • spec.imageName
      строка

      Обязательный параметр

      Name of the OS image to base this VM on.

      Пример:

      imageName: alt-p10-cloud-x86_64.img
      
    • spec.memory
      целочисленный

      Обязательный параметр

      Memory in MiB to allocate to Dynamix VirtualMachines.

      Пример:

      memory: 8192
      
    • spec.numCPUs
      целочисленный

      Обязательный параметр

      Count of vCPUs to allocate to Dynamix VirtualMachines.

      Пример:

      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.

      По умолчанию: 30

      Пример:

      rootDiskSizeGb: 30