Michael Primeaux
Michael Primeaux
@spowelljr I assume you built from source? I ask because there is a brew formula for `socket_vmnet` as well.
Thanks. Would be good to know if it still works after surviving a reboot. Regardless, I'll perform the exact steps you did and update everyone.
**TLDR;** DHCP address allocation works when not in bridged mode and directly building `socket_vmnet` from the latest sources. Bridged mode fails. When compiling for bridged mode with... ```shell sudo make...
@jandubois Yes. That helps quite a bit. Thanks!
@jandubois I've attached the [logs.txt](https://github.com/lima-vm/socket_vmnet/files/10473178/logs.txt) from my latest attempt with bridged mode. Given the logs are Minikube, if folks prefer, I can move this over to the linked Minikube [issue...
@jandubois In short, what I'm trying to accomplish is to have the Kubernetes control plane (minikube) obtain a routable address on my host network.
@medyagh It's coincidental that you mention this as this happened to me just today. I ended up rebooting to fix. Could this be due to network going to sleep or...
@medyagh FWIW, I am not and I also experience the same issue at times and, like @onatm, after a few days it fails. As another interesting data point, this occurs...
@medyagh I use `socket_vmnet` for both Lima and Minikube and I run them concurrently. We build our multi-arch container images on Lima and then deploy to Minikube. No corporate VPN...
...and thanks for Lima [v0.15.0](https://github.com/lima-vm/lima/releases/tag/v0.15.0), its much easier to start k8s in Lima with bridged networking enabled. ```shell limactl start --set='.cpus = 4 | .memory = "16GiB" | .networks[0] =...