Hi , I am trying to start minikube using VM fusion on MacOS-BigSur(11.0.1), but . . .

Sunil Sharma:
Hi ,
I am trying to start minikube using VM fusion on MacOS-BigSur(11.0.1), but its failed with below error.

Creating vmware VM (CPUs=2, Memory=4000MB, Disk=20000MB) ...
šŸ˜æ  Failed to start vmware VM. Running "minikube delete" may fix it: creating host: create: Error creating machine: Error in driver during machine creation: Machine didn't return an IP after 120 seconds, aborting

āŒ  Exiting due to DRV_NO_IP: Failed to start host: creating host: create: Error creating machine: Error in driver during machine creation: Machine didn't return an IP after 120 seconds, aborting
šŸ’”  Suggestion: Check your firewall rules for interference, and run 'virt-host-validate' to check for KVM configuration issues. If you are running minikube within a VM, consider using --driver=none

PavanKumar Rallabhandi:
Looks like some VMware driver issue. If you are USING MAC, it might be easy to use docker as virtualisation and then run minikube using Docker driver.

Sunil Sharma:
Thanks Pavan, docker is the only option which helps me.