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

When docker driver fails, we try to use an (unspecified) external VM instead #10516

Closed
afbjorklund opened this issue Feb 19, 2021 · 1 comment · Fixed by #10554
Closed

When docker driver fails, we try to use an (unspecified) external VM instead #10516

afbjorklund opened this issue Feb 19, 2021 · 1 comment · Fixed by #10554
Labels
co/docker-driver Issues related to kubernetes in container kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@afbjorklund
Copy link
Collaborator

afbjorklund commented Feb 19, 2021

As seen in #10459 (comment)

❗ Startup with docker driver failed, trying with alternate driver ssh
🤦 StartHost failed, but will try again: config: please provide an IP address

It's not possible to use a remote VM ("ssh" driver), without providing the address to it...

We should also not silently fallback to running locally ("none" driver), because of no isolation.

✨ Automatically selected the docker driver. Other choices: kvm2, virtualbox, none, ssh, podman (experimental)

Currently the priority is "Discouraged", which doesn't really the "Unconfigured" state properly.

The goal should be to make them both opt-in, and not have them on the regular Alternatives list.

pkg/minikube/registry/drvs/none/none.go:                Priority: registry.Discouraged, // requires root
pkg/minikube/registry/drvs/ssh/ssh.go:          Priority: registry.Discouraged, // requires external VM
@afbjorklund afbjorklund added co/docker-driver Issues related to kubernetes in container kind/bug Categorizes issue or PR as related to a bug. labels Feb 19, 2021
@afbjorklund
Copy link
Collaborator Author

This is some kind of (undesired) side-effect of #7389

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants