Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minikube unable to tunnel Qemu on specific address. #19969

Open
jared-voltaiq opened this issue Nov 15, 2024 · 0 comments
Open

Minikube unable to tunnel Qemu on specific address. #19969

jared-voltaiq opened this issue Nov 15, 2024 · 0 comments

Comments

@jared-voltaiq
Copy link

jared-voltaiq commented Nov 15, 2024

What Happened?

If you attempt to tunnel on a specific address while using the qemu driver with socket_vmnet a couple of issues occur. Firstly, doing it without any intervention causes the following error:

error1.log

where the command doesn't receive a proper executable to call when trying to inspect the ports here

If you symbolically link the executeable to qemu2 in the bin folder for the one you know that minikube is using then you get a different error where it tries to execute qemu2 container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" which is not a valid option for that driver.

error2.log

I think this is a small adjustment where that function just needs to be modified to handle getting those values properly, but I've not worked with socket_vmnet or vm networking so I figured I'd just open an issue.

Please let me know if I am misunderstanding something.

Attach the log file

log.txt

Operating System

macOS (Default)

Driver

QEMU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant