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 is not starting when not providing an IP address for ssh driver #10308

Closed
hackcoderr opened this issue Jan 29, 2021 · 2 comments
Closed
Labels
co/generic-driver kind/support Categorizes issue or PR as a support question. os/windows triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@hackcoderr
Copy link

Steps to reproduce the issue:

C:\Program Files\Kubernetes\Minikube>minikube start --driver=ssh

  • minikube v1.17.1 on Microsoft Windows 10 Pro 10.0.18363 Build 18363
  • Using the ssh driver based on user configuration
  • Starting control plane node minikube in cluster minikube
    ! StartHost failed, but will try again: config: please provide an IP address
  • Failed to start ssh bare metal machine. Running "minikube delete" may fix it: config: please provide an IP address

X Exiting due to GUEST_PROVISION: Failed to start host: config: please provide an IP address

Full output of failed command:

Full output of minikube start command used, if not already included:

Optional: Full output of minikube logs command:

@afbjorklund
Copy link
Collaborator

afbjorklund commented Jan 29, 2021

Same as #10244, can we provide some better driver documentation or make it more clear somehow ?

https://minikube.sigs.k8s.io/docs/drivers/ssh/

When you supply your own VM, you will need to provide the connection parameters for it (at a minimum, the IP)

Currently there are also some issues with the default SSH keys, so you need to provide those explicitly: #10289 (comment)

@afbjorklund afbjorklund added co/generic-driver kind/support Categorizes issue or PR as a support question. os/windows labels Jan 29, 2021
@afbjorklund afbjorklund changed the title minikube is not starting minikube is not starting when not providing an IP address for ssh driver Jan 29, 2021
@afbjorklund afbjorklund added the triage/duplicate Indicates an issue is a duplicate of other open issue. label Jan 29, 2021
@hackcoderr
Copy link
Author

hackcoderr commented Feb 3, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/generic-driver kind/support Categorizes issue or PR as a support question. os/windows triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

2 participants