Node Pool Autoscaling
Constructors
Properties
Link copied to clipboard
Location policy specifies the algorithm used when scaling-up the node pool. Location policy is supported only in 1.24.1+ clusters.
Link copied to clipboard
Maximum number of nodes per zone in the NodePool. Must be >= min_node_count. Cannot be used with total limits.
Link copied to clipboard
Minimum number of nodes per zone in the NodePool. Must be >=0 and <= max_node_count
. Cannot be used with total limits.
Link copied to clipboard
Total maximum number of nodes in the NodePool. Must be >= total_min_node_count. Cannot be used with per zone limits. Total size limits are supported only in 1.24.1+ clusters.
Link copied to clipboard
Total minimum number of nodes in the NodePool. Must be >=0 and <= total_max_node_count
. Cannot be used with per zone limits. Total size limits are supported only in 1.24.1+ clusters.