Hi,
when I tried to create Azure Red Hat OpenShift cluster I got an error:
The resource type could not be found in the namespace 'Microsoft.ContainerService' for api version '2019-04-30'.
I was following steps that were described here https://docs.microsoft.com/en-us/azure/virtual-machines/linux/openshift-prerequisites and here https://docs.microsoft.com/en-us/azure/openshift/tutorial-create-cluster.
This error appeared when I run following step:
PS Azure:> 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
The resource type could not be found in the namespace 'Microsoft.ContainerService' for api version '2019-04-30'.
BTW: Exactly the same error I got when I did it through Azure portal.
RESTAPI endpoint generates the same issue. Here is sample of an request I did:
PUT https://management.azure.com/subscriptions/xxxxxxxxxxxxxxxxx/resourceGroups/aro-rg/providers/Microsoft.ContainerService/openShiftManagedClusters/aro?api-version=2019-04-30
Can you please recommend how to create ARO cluster? Thank you
Martin
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@muhady Thank you for the valuable feedback,we are investigating the issue.
@muhady I see you are an FTE, are you running the doc against your internal MSFT subscription or personal one? I know there have been some issues for FTEs when integrating with MSFT AAD as we are not the tenant admins. In many cases, if I try a doc against my Visual studio Personal Subscription it works.
@muhady In order to deploy an ARO cluster, there is a prerequisite to purchase reserved instances and pay the cost of OpenShift ($16,000) for a year. Once this is done, then we will whitelist your subscription and you can deploy ARO. This is true for Microsoft, Red Hat, and all customers.
@muhady I see you are an FTE, are you running the doc against your internal MSFT subscription or personal one? I know there have been some issues for FTEs when integrating with MSFT AAD as we are not the tenant admins. In many cases, if I try a doc against my Visual studio Personal Subscription it works.
I've tried to run it against MSFT internal and also Visual Studio MSDN Subscription but the result is the same.
@muhady In order to deploy an ARO cluster, there is a prerequisite to purchase reserved instances and pay the cost of OpenShift ($16,000) for a year. Once this is done, then we will whitelist your subscription and you can deploy ARO. This is true for Microsoft, Red Hat, and all customers.
Thank you for answer. Can you recommend how to test/PoC ARO cluster?
Most helpful comment
Thank you for answer. Can you recommend how to test/PoC ARO cluster?