Home > Workload Solutions > Container Platforms > Red Hat OpenShift Container Platform > Archive > Deployment Guide—Red Hat OpenShift Container Platform 4.2 > Bootstrap steps
Perform the following tasks as user core after the bootstrap, master, and worker nodes are installed in the CSAH node.
Note: Cluster administration is performed on the CSAH node only.
The hosts file shows the value specified for the install_dir variable. The following steps use openshift for this variable:
export KUBECONFIG=/home/core/openshift/auth/kubeconfig
export PATH=$PATH:/home/core
Run cd && . .bash_profile to ensure that the profile changes are reflected immediately.
cd /home/core/openshift
./openshift-install --dir=openshift wait-for bootstrap-complete --log-level debug
DEBUG OpenShift Installer v4.2.0DEBUG Built from commit 90ccb37ac1f85ae811c50a29f9bb7e779c5045fbINFO Waiting up to 30m0s for the Kubernetes API at https://api.ocp.example.com:6443...INFO API v1.14.6+2e5ed54 upINFO Waiting up to 30m0s for bootstrapping to complete...DEBUG Bootstrap status: completeINFO It is now safe to remove the bootstrap resources
systemctl restart haproxy
oc whoami
system:admin