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

Bootstrap and install with only some nodes booted #282

Open
bassplay3r opened this issue Feb 16, 2022 · 1 comment
Open

Bootstrap and install with only some nodes booted #282

bassplay3r opened this issue Feb 16, 2022 · 1 comment
Labels
question/support This is not a bug but a question or support

Comments

@bassplay3r
Copy link

We need to test adding and removing nodes, workers most likely. If I define nodes in vars.yaml but do not boot some of them, will the booted nodes bootstrap and install? What happens if I boot the additional nodes and the cluster is up. Do they auto join or will I have to do extra steps?

@christianh814 christianh814 added the question/support This is not a bug but a question or support label Feb 22, 2022
@christianh814
Copy link
Contributor

When the workers boot they should join automatically since the Control Plane is the one that hosts the machineConfig API. The only issue you might run to is Certs not being valid (since the initial worker.ign embeds the temp cert for bootstrapping)

When in doubt, use oc extract -n openshift-machine-api secret/worker-user-data --keys=userData --to=- to get the latest woker.ign file and use that for bootstrapping other workers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question/support This is not a bug but a question or support
Projects
None yet
Development

No branches or pull requests

2 participants