crc-org / crc

CRC is a tool to help you run containers. It manages a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes
https://crc.dev
Apache License 2.0
1.26k stars 241 forks source link

crc won't start on Azure Windows VM #3473

Open datachester opened 1 year ago

datachester commented 1 year ago

I am running on an Azure Windows VM, trying to install a local Openshift with crc-windows-amd64.msi. Everything seems to be fine and I got the setup is done screen. But now, when I try to start an instance from the crc-tray and nothing happens.

CRC version2.12.0+ea98bb41
Red Hat OpenShift Container Platform version4.11.18
Tray version1.2.9
listening vsock://00000400-FACB-11E6-BD58-64006A7986D3
Checking if running in a shell with administrator rights
Checking if running in a shell with administrator rights
praveenkumar commented 1 year ago

Can you try to open powershell and then do crc setup --log-level debug to figure out what is going on?

gbraad commented 1 year ago

Azure Windows VM

this means you are running as nested virtualization. Are you sure this is enable for your Azure VM? Besides, this is a setup that is not supported. It might work... but YMMV.


Please, also make sure to provide the requested information as was given in the issue template.