To connect to OpenShift clusters, follow these steps:
- To get access to your OpenShift cluster, use the following command:
$ export KUBECONFIG=~/auth/kubeconfig
- Log in to your OpenShift cluster after replacing password and cluster address:
$ oc login -u kubeadmin -p ABCDE-ABCDE-ABCDE-ABCDE \
https://api.openshift.k8s.containerized.me:6443 \
--insecure-skip-tls-verify=true
If you prefer to use the web console instead, open the web console URL address from the Provisioning an OpenShift cluster recipe, in step 7.