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

auto selet does not select none on a linux without docker #7371

Closed
medyagh opened this issue Apr 2, 2020 · 2 comments
Closed

auto selet does not select none on a linux without docker #7371

medyagh opened this issue Apr 2, 2020 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@medyagh
Copy link
Member

medyagh commented Apr 2, 2020

on a linux box that doesnt have docker
but has podman

medya@podman-exp-temp:~$ minikube start 
😄  minikube v1.9.0 on Debian 10.3
💣  Unable to determine a default driver to use. Try specifying --driver, or see https://minikube.sigs.k8s.io/docs/
start/
medya@podman-exp-temp:~$ docker version
-bash: docker: command not found
medya@podman-exp-temp:~$ un
unalias              unattended-upgrades  uniq                 unmkinitramfs        until                
uname                uncompress           unlink               unset                unxz                 
unattended-upgrade   unexpand             unlzma               unshare              
medya@podman-exp-temp:~$ uname -a
Linux podman-exp-temp 4.19.0-6-cloud-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux

we should start either none or podman (experimental) as oppsoed to no running anything

@medyagh medyagh added the kind/bug Categorizes issue or PR as related to a bug. label Apr 2, 2020
@tstromberg
Copy link
Contributor

none was an intentional decision, and also requires docker.

podman seems reasonable.

@tstromberg
Copy link
Contributor

I looked at the code, and think it should have fallen-back anyways. Do you mind running --alsologtostderr?

@medyagh medyagh closed this as completed Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants