ControlPlaneNodeConfiguration interface

ControlPlaneNodeConfiguration represents the selection of virtual machines and size of the control plane for a Kubernetes cluster.

Properties

administratorConfiguration

The administrator credentials to be used for the nodes in the control plane.

availabilityZones

The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.

count

The number of virtual machines that use this configuration.

vmSkuName

The name of the VM SKU supplied during creation.

Property Details

administratorConfiguration

The administrator credentials to be used for the nodes in the control plane.

administratorConfiguration?: AdministratorConfiguration

Property Value

availabilityZones

The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.

availabilityZones?: string[]

Property Value

string[]

count

The number of virtual machines that use this configuration.

count: number

Property Value

number

vmSkuName

The name of the VM SKU supplied during creation.

vmSkuName: string

Property Value

string