Closed Velociround closed 4 years ago
Hi @antoniogermano,
libmachine
doesn't provide a way to expose HostIP, so it seems it should be implemented on the minikube side. The error comes from here:
https://github.com/kubernetes/minikube/blob/522c746df4b653d4a77f98be737025bf23d10a5b/pkg/minikube/cluster/ip.go#L90
And there is an ongoing discussion about Parallels support for minikube: https://github.com/kubernetes/minikube/issues/4862
I think it should be pretty easy to do. I'll check if I can implement it and contribute there soon.
I sent the PR to the minikube repo: https://github.com/kubernetes/minikube/pull/8259
kubernetes/minikube#8259 was merged
UPDATE: The fix has been released in minikube v1.11.0 https://github.com/kubernetes/minikube/releases/tag/v1.11.0
Minikube works with HyperKit and also VirtualBox, but does not work with the Parallels driver. The issue is
HostIP not yet implemented for "parallels" driver
I have installed the parallels driver with MacPorts, and then uninstalled that and installed with Homebrew, but it didn't make a difference, I get the same error message on either.
Here's the complete log:
I know the log asks to open the issue on the minikube project, but I've got the feeling that if I do, they will ask me to open an issue here.
Thank you in advance!