We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If we want to build a cluster with only 3 nodes that do all roles (master, ingest and receive request) we should:
master
true
When we want to add a dedicated cluster of master, the data node should become master: false and the LB should continue point on master node.
master: false
Actually the LB will point on the master nodes VMSS with the data: true config.
data: true
We can't move with terraform a lb backend pool from one VSS to another one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If we want to build a cluster with only 3 nodes that do all roles (master, ingest and receive request) we should:
master
totrue
When we want to add a dedicated cluster of master, the data node should become
master: false
and the LB should continue point on master node.Actually the LB will point on the master nodes VMSS with the
data: true
config.We can't move with terraform a lb backend pool from one VSS to another one.
The text was updated successfully, but these errors were encountered: