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

feature: support for adding worker new node easily without impacting existing cluster. #100

Open
shan100github opened this issue Aug 11, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@shan100github
Copy link

shan100github commented Aug 11, 2022

Summary

While trying to add a new worker node to the existing HA cluster, it restarts the RKE2 services of all existing master and worker nodes. Also, it takes a long time to complete the ansible execution which can be improved.

While adding new nodes I have commented "- name: Wait for remaining nodes to be ready" in remaining_nodes.yml, and also commented "Rolling restart" task from "main.yml".
This improved start of services in the newly added worker node.

We can have parameters to support adding new workers to the existing cluster?

Question: Even during new server deployment do we need to have "- name: Wait for remaining nodes to be ready" in remaining_nodes.yml?

Issue Type

Feature Idea

@shan100github shan100github added the enhancement New feature or request label Aug 11, 2022
@newbenji
Copy link
Contributor

I think as with issue #91 some cleanup needs to be done, with register changes etc and restart only if changes.
ex is download of rke2 to localhost not a change that should trigger an change on the node
can try look into something in next weekend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants