Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.66 KB

File metadata and controls

57 lines (44 loc) · 1.66 KB

Completing the installation

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.

Prerequisites
  • You have installed the oc CLI tool.

Procedure
  1. Make a copy of the kubeadmin username and password.

  2. Download the kubeconfig file and copy it to the auth directory under your working directory:

    $ mkdir -p <working_directory>/auth
    $ cp kubeadmin <working_directory>/auth
    Note

    The kubeconfig file is available for download for 24 hours after completing the installation.

  3. Add the kubeconfig file to your environment:

    $ export KUBECONFIG=<your working directory>/auth/kubeconfig
  4. Login with the oc CLI tool:

    $ oc login -u kubeadmin -p <password>

    Replace <password> with the password of the kubeadmin user.

  5. Click on the web console URL or click Launch OpenShift Console to open the console.

  6. Enter the kubeadmin username and password. Follow the instructions in the {product-title} console to configure an identity provider and configure alert receivers.

  7. Add a bookmark of the {product-title} console.