Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 912 Bytes

AutoscalerResourceLimits.md

File metadata and controls

13 lines (9 loc) · 912 Bytes

AutoscalerResourceLimits

Properties

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]

[Back to Model list] [Back to API list] [Back to README]