-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Hyper-V: Use the "Default Switch" (NAT based) by default #4079
Comments
That should be do-able, Microsoft has instructions to create virtual switch in command line the only tricky part I see is, deciding which adaptor to connect the switch to ( WIFI, Ethernet, other virtual interfaces) |
PR machine-drivers/machine#18 addressed the issue to use the default switch when not specified. |
Once machine-drivers/machine#18 is merged, I believe this can be addressed by repinning the version of the machine-drivers we import. I believe this can be landed by v1.4.0 (Sep 16) |
Update: machine-drivers/machine#18 is looking good, waiting on review by @gbraad - the end is near! |
This landed with #5311 |
Sorry for the delay. Since minikube does not enforce any minimum version of Windows, there is a possibility of a localization issue. We decided to merge nonetheless and fix this later if proving to be an issue. |
Manually configuring HyperV networks is painful and a cause of many user issues. We should just create the network automatically, as with other VM drivers.
The text was updated successfully, but these errors were encountered: