ScaleProfile interface
Specifications on how to scale a VirtualMachines agent pool.
Properties
| autoscale | Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range.
Each profile targets a specific VM SKU and is evaluated independently.
Scaling decisions across profiles are governed by the cluster autoscaler expander,
configurable via |
| manual | Specifications on how to scale the VirtualMachines agent pool to a fixed size. |
Property Details
autoscale
Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range.
Each profile targets a specific VM SKU and is evaluated independently.
Scaling decisions across profiles are governed by the cluster autoscaler expander,
configurable via ManagedCluster.properties.autoScalerProfile.expander.
autoscale?: AutoScaleProfile[]
Property Value
manual
Specifications on how to scale the VirtualMachines agent pool to a fixed size.
manual?: ManualScaleProfile[]