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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: