Autoscale and masters node break the terraform plan when you have more than 6 nodes #651
Closed
4 tasks done
Labels
bug
Something isn't working
An ESS deployment configured for autoscaling will not apply the terraform plan when it reaches the 6 nodes in the cluster.
Readiness Checklist
Expected Behavior
To not have to update the terraform plan manually to add master nodes
Current Behavior
The original plan is no longer valid and you have to modify the plan to include master nodes.
## Terraform definition
Steps to Reproduce
To fix the issue you have to modify the terraform file to include master nodes
Context
This breaks any automation, it is impossible to apply the same plan several times, and force to have something outside of terraform that updates the plan when there are more than six nodes. It is not possible to add the master nodes in the first place because you have the opposite error, you have less than six nodes so you can not provide master nodes.
Possible Solution
Not having to care about master nodes, is something ESS needs, not something I should care about it, like the ESS UI does.
#468
Check
number_of_data_nodes
to enable master nodes or not could make the thingYour Environment
The text was updated successfully, but these errors were encountered: