NodePoolProperties interface

NodePool properties

Properties

imageCacheLowerThreshold

The percent of disk usage before which image garbage collection is never run. This cannot be set higher than imageCacheUpperThreshold. The default is 40%

imageCacheUpperThreshold

The percent of disk usage after which image garbage collection is guaranteed to run. The default is 60%

maxNodeCount

The maximum number of nodes.

minNodeCount

The minimum number of nodes.

osDiskSizeGb

The size of the OS disk in GB. If not specified, the default is 120 GB.

provisioningState

The status of the last operation.

scaleSetPriority

The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'.

subnetId

The node pool subnet.

vmSize

The size of the underlying Azure VM.

Property Details

imageCacheLowerThreshold

The percent of disk usage before which image garbage collection is never run. This cannot be set higher than imageCacheUpperThreshold. The default is 40%

imageCacheLowerThreshold?: number

Property Value

number

imageCacheUpperThreshold

The percent of disk usage after which image garbage collection is guaranteed to run. The default is 60%

imageCacheUpperThreshold?: number

Property Value

number

maxNodeCount

The maximum number of nodes.

maxNodeCount: number

Property Value

number

minNodeCount

The minimum number of nodes.

minNodeCount?: number

Property Value

number

osDiskSizeGb

The size of the OS disk in GB. If not specified, the default is 120 GB.

osDiskSizeGb?: number

Property Value

number

provisioningState

The status of the last operation.

provisioningState?: string

Property Value

string

scaleSetPriority

The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'.

scaleSetPriority?: string

Property Value

string

subnetId

The node pool subnet.

subnetId: string

Property Value

string

vmSize

The size of the underlying Azure VM.

vmSize: string

Property Value

string