clusterTemplate_spec_autoscaler

clusterTemplate_spec_autoscaler
clusterTemplate_spec_autoscaler

Autoscaler represents the autoscaler nodepool configuration.

JSON Example
{
    "enable": false,
    "maxSize0": 0,
    "minSize0": 0
}
boolean
enable
Optional

Represents if TKG autoscalar needs to be enabled on the nodepool. By Default, Autoscaler is disabled on the nodepool.

integer As int32 As int32
maxSize0
Optional

Maximum number of worker nodes for a Nodepool. Cluster Autoscaler does not attempt to scale up the nodes beyond this limit. This is a pointer to distinguish between explicit zero and not specified. If not specified, it defaults to Cluster MaxSize0

integer As int32 As int32
minSize0
Optional

Minimum number of worker nodes for a Nodepool. Cluster Autoscaler does not attempt to scale down the nodes below this limit. This is a pointer to distinguish between explicit zero and not specified. If not specified, it defaults to Cluster MinSize0