We created a bootstrap node as part of the deployment procedure. You can remove this node now that the OpenShift Container Platform cluster is up and running. Perform these steps as user ansible.
To convert the bootstrap node to a worker node:
- Modify the hosts file to delete the entries under bootstrap_node. The following example shows the entries that you must remove:
# Provide bootstrap node details below
bootstrap_node:
- name: bootstrap
mac: 3C:FD:FE:B8:DD:00
ip: 100.82.46.26
- To remove the references to the bootstrap node from haproxy, dhcp, dns, pxe:menu, and so on, run the following command:
ansible-playbook -i hosts ocp.yml