We created a bootstrap node as part of the deployment procedure. You can remove this node now because the OpenShift Container Platform cluster is running.
To remove the bootstrap node:
For example, in the following sample entry for bootstrap_node in the inventory file, remove all entries along with the bootstrap_node: line:
[ansible@csah ansible]$ cat hosts | grep -A 3 -i bootstrap_node
bootstrap_node:
- name: bootstrap
ip: 100.82.46.26
mac: B8:59:9F:C0:35:86
[ansible@csah ansible]$ ansible-playbook -i hosts ocp.yml