docker-machine-driver-vmware icon indicating copy to clipboard operation
docker-machine-driver-vmware copied to clipboard

Fusion 12 uses /var/db/dhcpd_leases from Apple vmnet framework

Open skeptomai opened this issue 4 years ago • 0 comments

This appears to be the only change necessary to make minikube work on Big Sur x86_64. I built the patched binary, deployed under /Applications/VMware Fusion.app/Contents/Library/vkd/bin (from which the binary is symlinked into ../../Contents/Public). I ran minikube start --cpus=2 --memory=8192 --vm-driver=vmware --alsologtostderr --v=8 and verified it's working by starting some deployments with kubectl

skeptomai avatar Aug 30 '21 02:08 skeptomai