Red Hat OpenShift 4.x: Adding a new user with admin rights

Getting Started Once the initial baremetal OpenShift 4.6 IPI install is complete, you will see output similar to what is shown below. This output contains the URL for the OpenShift WebUI along with the "kubeadmin" password. You will be able to log into the WebUI using these credentials. If you forget your kubeadmin login (which … Continue reading Red Hat OpenShift 4.x: Adding a new user with admin rights

Openshift 4 CLI Common Command Guide: Part 1

Show OpenShift Version [kni@bastion ~]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.6.4 True False 6d2h Cluster version is 4.6.4 Accessing the Web Console Once your deployment is complete, you can use the following command to determine the web console url [kni@bastion ~]$ oc whoami --show-console https://console-openshift-console.apps.ocp.lab.localdomain By default, your username for … Continue reading Openshift 4 CLI Common Command Guide: Part 1