Skip to content
New issue

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

Change the logic when you want a cluster with only 3 nodes (all doing anything) #1

Open
jmaitrehenry opened this issue Oct 15, 2019 · 0 comments

Comments

@jmaitrehenry
Copy link
Member

If we want to build a cluster with only 3 nodes that do all roles (master, ingest and receive request) we should:

  • Update the data node to have master to true
  • The LB should point on them

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants