Class AwsNodePoolAutoscaling (0.6.8)

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

AwsNodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.

Attributes

NameDescription
min_node_count int
Required. Minimum number of nodes in the node pool. Must be greater than or equal to 1 and less than or equal to max_node_count.
max_node_count int
Required. Maximum number of nodes in the node pool. Must be greater than or equal to min_node_count and less than or equal to 50.