How I created a Red Hat OpenShift cluster on tiny hardware
Move the binary you downloaded to a location on your computer that is in yourPATH. In this example, I used: $mv~/Downloads/oc-4.12.2-linux/* ~/bin To authenticate with the Kubernetes API, you must move thekubeconfigto~/.kube/config: ...