Доступно только в Enterprise Edition.
Находится в процессе активного развития. Функциональность может существенно измениться.

VCDInstanceClass

Scope: Cluster
Version: v1

Parameters of a group of VCD VirtualMachines used by cluster-api-controller-manager (the cloud-provider-vcd module).

  • specобъект

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

    • spec.mainNetworkстрока

      Path to the network that VirtualMachines’ primary NICs will connect to (default gateway).

      Пример:

      mainNetwork: internal
      
    • spec.placementPolicyстрока

      PlacementPolicy is the placement policy to be used on this machine. If no placement policy is specified, default placement policy will be used to create the nodes.

      Пример:

      placementPolicy: Hypervisor1
      
    • spec.rootDiskSizeGbцелочисленный

      root disk size in gigabytes.

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

      Пример:

      rootDiskSizeGb: 20
      
    • spec.sizingPolicyстрока

      SizingPolicy is the sizing policy to be used on this machine. If no sizing policy is specified, default sizing policy will be used to create the nodes.

      Пример:

      sizingPolicy: 4Cpu8Memory
      
    • spec.storageProfileстрока

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

      StorageProfile is the storage profile to be used on this machine.

      Пример:

      storageProfile: ssd
      
    • spec.templateстрока

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

      Path of the template OVA that is to be used. Consists of catalog and template path.

      Пример:

      template: Linux/ubuntu2204-cloud-ova