Could anyone kindly explain the node_count
Terraform argument below (from here)?
node_count
- (Optional) The number of nodes per instance group. This field can be used to update the number of nodes per instance group but should not be used alongside autoscaling
.
What does "per instance group" mean?
Why shouldn't
node_count
be used alongsideautoscaling
?Is there a way to control autoscaling triggers for the resource
google_container_node_pool
?