Logging in to the Red Hat OpenShift cluster

Log in to the cluster according to the Red Hat® OpenShift® instructions.

Procedure

Log in to your Red Hat OpenShift cluster instance by using only one of the following commands.
  • Log in to case.
    cloudctl login -a https://cp-console.apps.<env>.example.ibm.com --skip-ssl-validation -u <user> -p <password> -n <namespase>
  • Log in to the console with username and password.
    oc login -u <KUBE_USER> -p <KUBE_PASS> [--insecure-skip-tls-verify=true]