Connect 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 will look similar to this: https://console-openshift-console.apps.<random>.<region>.aroapp.io/

  3. Launch the console URL in a browser and log in using the kubeadmin credentials that you determined above
  4. In the dashboard, verify the cluster API address and version: