Name | Type | Description | Notes |
---|---|---|---|
gpus | list[AutoscalerResourceLimitsGPULimit] | Minimum and maximum number of different GPUs in cluster, in the format <gpu_type>:<min>:<max>. Cluster autoscaler will not scale the cluster beyond these numbers. Can be passed multiple times. | [optional] |
cores | ResourceRange | [optional] | |
max_nodes_total | int | Maximum number of nodes in all node groups. Cluster autoscaler will not grow the cluster beyond this number. | [optional] |
memory | ResourceRange | [optional] |