Closed
Description
Hi
I've noticed that if autoscaling=false
is set on a node pool, then initial_node_count
will be set to 1
(and not 0
as documented in #297) and so is node_count
, which causes an error since both can't be set. What is the intended behavior here?
Thanks