Deploying Openshfit using RedHat IPI
Hey,
I have tried to deploy an Openshift cluster, over Azure platform, using RedHat azure openshift IPI installation, as described here: https://docs.openshift.com/container-platform/4.6/installing/installing_azure/installing-azure-customizations.html.
But when trying to create a cluster I get the following error:
ERROR Error: creating Linux Virtual Machine "..." (Resource Group "..."): compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: autorest/azure: Service returned an error. Status=<nil> Code="SkuNotAvailable" Message="The requested size for resource '/subscriptions/.../resourceGroups/.../providers/Microsoft.Compute/virtualMachines/....' is currently not available in location 'eastus' zones '2' for subscription '...'. Please try another size or deploy to a different location or zones. See https://aka.ms/azureskunotavailable for details."
I have successfully deployed a VM with wanted size with the same service principal and in the same region + zone.
Do you have any idea why the script cannot create VM with the wanted size?