After the cluster is installed and initialized, the {ai-full} indicates that the installation is finished. The {ai-full} provides the console URL, the kubeadmin username and password, and the kubeconfig file. Additionally, the {ai-full} provides cluster details including the {product-title} version, base domain, CPU architecture, API and Ingress IP addresses, and the cluster and service network IP addresses.
-
You have installed the
ocCLI tool.
-
Make a copy of the
kubeadminusername and password. -
Download the
kubeconfigfile and copy it to theauthdirectory under your working directory:$ mkdir -p <working_directory>/auth$ cp kubeadmin <working_directory>/authNoteThe
kubeconfigfile is available for download for 24 hours after completing the installation. -
Add the
kubeconfigfile to your environment:$ export KUBECONFIG=<your working directory>/auth/kubeconfig -
Login with the
ocCLI tool:$ oc login -u kubeadmin -p <password>Replace
<password>with the password of thekubeadminuser. -
Click on the web console URL or click Launch OpenShift Console to open the console.
-
Enter the
kubeadminusername and password. Follow the instructions in the {product-title} console to configure an identity provider and configure alert receivers. -
Add a bookmark of the {product-title} console.