Skip to content

Deploying additional nodes after initial deployment #589

Answered by onedr0p
Venoox asked this question in Q&A
Discussion options

You must be logged in to vote

I converted your issue to a discussion.

Yes that's pretty much it but note:

  • Going from 1 to 2 master nodes is not supported, you are on your own to set up an external postgres database and migrate.
  • Going from 1 to 3 master nodes is supported as long as the existing master is using etcd.

With that out of the way, add more nodes, should be as easy as adding the nodes to your Ansible hosts.yml in the correct group you want and then doing the following:

It's always a good to have application data backed up before continuing in case something goes wrong.

  1. Verify the new nodes are in the config:task ansible:list
  2. Verify you can ping them: task ansible:ping
  3. Add the OS bits to the nodes: task …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by onedr0p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #588 on January 09, 2023 20:00.