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.
-
You have installed the {oc-first}.
-
Make a copy of the
kubeadminusername and password. -
Download the
kubeconfigfile and copy it to the auth directory under your working directory by running the following commands:$ mkdir -p <working_directory>/auth$ cp kubeconfig <working_directory>/authNoteThe
kubeconfigfile is available for download for 20 days after completing the installation. -
Add the
kubeconfigfile to your environment by running the following command:$ export KUBECONFIG=<working_directory>/auth/kubeconfig -
Log in with the {oc-first} by running the following command:
$ oc login -u kubeadmin -p <password>Replace
<password>with the password of thekubeadminuser. -
Click 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.