nodepool_spec_autoscaler
Autoscaler represents the autoscaler nodepool configuration.
{
"enable": false,
"maxSize0": 0,
"minSize0": 0
}
Represents if TKG autoscalar needs to be enabled on the nodepool. By Default, Autoscaler is disabled on the nodepool.
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
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