You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2024. It is now read-only.
Just Questions!
I want to add nodes after nauta install.
The way I know is to rerun after editing inventory file.
Is this right?
I think the way is not to add nodes but to re-install whole cluster.
Is there other way?
I don't this is the right place to ask.
Would you tell me where is the right place or board to ask about Nauta if it exist?
Thank you,
The text was updated successfully, but these errors were encountered:
Ansible scripts are idempotent which gives you possibility to rerun whole ansible.
Tasks will be skipped on currently installed nodes and it will add new nodes to the pool.
You need to edit inventory file and add additional nodes then follow the installation instruction.
Second way not recommended but doable is to manually install all nodes step by step like in ansible scripts - copy all needed packages, copy images to the nodes, install packages and images manually - this is not recommended due to high possibility of human error.
Only recommended and supported path is rerun ansible.
If you have any additional questions please let me know.
Thank you very much for the answer.
The information you provided was very helpful.
I am studying a lot to try to use nauta well.
Please help us in the future.
Thank you again for your help.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just Questions!
I want to add nodes after nauta install.
The way I know is to rerun after editing inventory file.
Is this right?
I think the way is not to add nodes but to re-install whole cluster.
Is there other way?
I don't this is the right place to ask.
Would you tell me where is the right place or board to ask about Nauta if it exist?
Thank you,
The text was updated successfully, but these errors were encountered: