You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
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
The text was updated successfully, but these errors were encountered: