Connecting to the cluster

Procedure

  1. To log in to the cluster, use the kubeadmin user. To determine the password for this user, issue this command:
    az aro list-credentials \
      --name $CLUSTER \
      --resource-group $RESOURCEGROUP
  2. To determine the cluster console URL, issue this command:
    az aro show \
        --name $CLUSTER \
        --resource-group $RESOURCEGROUP \
        --query "consoleProfile.url" -o tsv

    The URL looks similar to this example:

    https://console-openshift-console.apps.<random>.<region>.aroapp.io/
  3. Open the console URL in a browser, and log in using the kubeadmin credentials from step 1.
  4. In the dashboard, verify the cluster API address and version: