AutoScaleProfile interface
Specifications on auto-scaling.
Properties
| max |
The maximum number of nodes of the specified sizes. |
| min |
The minimum number of nodes of the specified sizes. |
| size | VM size that AKS will use when creating and scaling e.g. 'Standard_E4s_v3', 'Standard_E16s_v3' or 'Standard_D16s_v5'. |
Property Details
maxCount
The maximum number of nodes of the specified sizes.
maxCount?: number
Property Value
number
minCount
The minimum number of nodes of the specified sizes.
minCount?: number
Property Value
number
size
VM size that AKS will use when creating and scaling e.g. 'Standard_E4s_v3', 'Standard_E16s_v3' or 'Standard_D16s_v5'.
size?: string
Property Value
string