-
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
minikube issue when not providing an IP address for ssh driver #10266
Comments
Hmm, this is the same question as in #10244 - wonder if the documentation needs updating ? |
Added PR #10269 for this issue, i.e. when it selected the "ssh" driver by accident because nothing else was available
|
Open a PowerShell console as Administrator, and run the following command: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All |
Fixed in minikube 1.17.1. Now it will not pick the "ssh" driver by default, but instead try to find an available driver.
If you do want to use the new "ssh" driver, you need to select it using |
It worked for me |
I was also getting:
/Applications/VMware\ Fusion.app/Contents/Public/vmrun start /Users/rofz/.minikube/machines/minikube/minikube.vmx nogui was saying only this:
But when executed without the nogui parameter (opening the minikube.vmx from the GUI also works), I've got this:
After adding --memory=6144 (or any other amount divisible by 4) the cluster starts fine. Why does minikube choose an incompatible amount of RAM (5433) for its node(s)? I'm deploying a three-node cluster.
|
! StartHost failed, but will try again: config: please provide an IP address
X Exiting due to GUEST_PROVISION: Failed to start host: config: please provide an IP address
*
The text was updated successfully, but these errors were encountered: