Replacing a master node on user-provisioned bare-metal deployment #1948
-
Hi, We have a user-provisioned bare-metal deployment of OKD4.15. It's only 3 master servers. One of the servers is faulty so I'm looking to take it out of the cluster and add another server in place of it. This cluster was initially installed by creating a bootstrap VM that provisioned the master nodes. In the documentation it mentions,
Now, I'm not entirely sure to what extend I need to be using the same method. Since this talks only about creating the new control panel, I'm assuming that steps to remove the existing node are still the same as described in the documentation link. About creating the master node using the same method, the bootstrap node that was used to first create the cluster doesn't exist anymore (I do have the ignition files though). I have several questions about the process involved,
Basically, what I'm looking for is some well-defined steps or at least a rough guideline on how to do it for user-provisioned instance on bare-metal instead of the "using the same method". Really appreciate if anyone can get back to me on this. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The bootstrap node is only required to create the cluster the first time, it's not needed when replacing a control-plane node in a cluster
Yes, generating new ignition files will create a new cluster. You can extract the current ignition files from the cluster and use those. Please see How to retrieve Master or Worker Ignition Configuration from OpenShift Container Platform 4? for more on that.
You can read more on replacing nodes on How to replace unhealthy master nodes in UPI on OpenShift 4.x ?. |
Beta Was this translation helpful? Give feedback.
The bootstrap node is only required to create the cluster the first time, it's not needed when replacing a control-plane node in a cluster
Yes, generating new ignition files will create a new cluster. You can extract the current ignition files from the cluster and use those. Please see How to retrieve Master or Worker Ignition Configuration from OpenShift Container P…