Connecting to the cluster
Procedure
- To log in to the cluster, use the
kubeadminuser. To determine the password for this user, issue this command:az aro list-credentials \ --name $CLUSTER \ --resource-group $RESOURCEGROUP - To determine the cluster console URL, issue this command:
az aro show \ --name $CLUSTER \ --resource-group $RESOURCEGROUP \ --query "consoleProfile.url" -o tsvThe URL looks similar to this example:
https://console-openshift-console.apps.<random>.<region>.aroapp.io/ - Open the console URL in a browser, and log in using the
kubeadmincredentials from step 1.
- In the dashboard, verify the cluster API address and version:
