我们通过以下方式创建了一个 Azure Red Hat OpenShift (ARO) 集群:
az openshift create --resource-group $CLUSTER_NAME --name $CLUSTER_NAME -l $LOCATION --aad-client-app-id $APPID --aad-client-app-secret $SECRET --aad-tenant-id $TENANT --customer-admin-group-id $GROUPID
集群的 URL 以以下形式出现:
https://openshift.<cluster-id>.<cluster-region>.azmosa.io/
有没有办法给它一个更清晰、人类可读的 URL,例如:
https://openshift.myprodcluster.<cluster-region>.azmosa.io/