Class GkeNodePoolAutoscalingConfig (5.9.3)

GkeNodePoolAutoscalingConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.

Attributes

NameDescription
min_node_count int
The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.="">
max_node_count int
The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. **Note:** Quota must be sufficient to scale up the cluster.