NodePoolProperties interface
NodePool properties
Properties
| image |
The percent of disk usage before which image garbage collection is never run. This cannot be set higher than imageCacheUpperThreshold. The default is 40% |
| image |
The percent of disk usage after which image garbage collection is guaranteed to run. The default is 60% |
| max |
The maximum number of nodes. |
| min |
The minimum number of nodes. |
| os |
The size of the OS disk in GB. If not specified, the default is 120 GB. |
| provisioning |
The status of the last operation. |
| scale |
The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. |
| subnet |
The node pool subnet. |
| vm |
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