This guide outlines the standard installer-based deployment model for OpenShift/OKD.
openshift-install and oc CLI binariesmkdir -p ~/openshift-install
cd ~/openshift-install
openshift-install create install-config
openshift-install create manifests
openshift-install create ignition-configs
openshift-install create cluster --log-level=info
export KUBECONFIG=~/openshift-install/auth/kubeconfig
oc get nodes
oc get clusteroperators