Creating an Azure OpenShift Cluster
Procedure
What to do next
- Once the cluster creation is complete, list all cluster details as follows.
az aro show --name $CLUSTER --resource-group $RESOURCEGROUP
{ "appId": "5781f9a3-b292-48b4-b597-f85872793a6c", "displayName": "mlocsp", "name": "http://mlocsp", "password": "Masherylocal007", "tenant": "cde6fa59-abb3-4971-be01-2443c417cbda" }
- List Cluster credentials to login into OpenShift cluster and fetch the kubeconfig details.
az aro list-credentials \ --name $CLUSTER \ --resource-group $RESOURCEGROUP
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.