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 not starting #11538

Closed
dhanujsirohi opened this issue May 29, 2021 · 3 comments
Closed

Minikube not starting #11538

dhanujsirohi opened this issue May 29, 2021 · 3 comments
Labels
co/none-driver kind/support Categorizes issue or PR as a support question.

Comments

@dhanujsirohi
Copy link

Steps to reproduce the issue:

1.sudo minikube start --driver=none
2.
3.

Full output of minikube logs command:

root@ubuntu:~# sudo minikube start --driver=none

  • minikube v1.20.0 on Ubuntu 14.04
  • Using the none driver based on existing profile
  • Starting control plane node minikube in cluster minikube
  • Restarting existing none bare metal machine for "minikube" ...
  • OS release is Ubuntu 14.04.5 LTS
  • Preparing Kubernetes v1.20.2 on Docker ...

X Exiting due to K8S_INSTALL_FAILED: updating control plane: generating kubeadm cfg: getting cgroup driver: docker info --format : exit status 2
stdout:

stderr:
flag provided but not defined: --format
See 'docker info --help'.

╭──────────────────────────────────────────────────────────────────╮
│ │
│ * If the above advice does not help, please let us know: │
https://github.com/kubernetes/minikube/issues/new/choose
│ │
│ * Please attach the following file to the GitHub issue: │
│ * - /home/hduser/.minikube/logs/lastStart.txt │
│ │
╰──────────────────────────────────────────────────────────────────╯

root@ubuntu:~#

Full output of failed command:

@dinever
Copy link
Contributor

dinever commented May 30, 2021

Hi @dhanujsirohi, thanks for reporting the issue!

docker info --format was introduced in 1.13.0, it appears that you are using an older version of Docker,

Could you upgrade your docker engine to version 18.09 or later and try minikube again? https://minikube.sigs.k8s.io/docs/drivers/docker/

Thanks!

@RA489
Copy link

RA489 commented Jun 7, 2021

/kind support

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Jun 7, 2021
@spowelljr
Copy link
Member

Hi @dhanujsirohi, we haven't heard back from you, do you still have this issue?
There isn't enough information in this issue to make it actionable, and a long enough duration has passed, so this issue is likely difficult to replicate.

I will close this issue for now but feel free to reopen when you feel ready to provide more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/none-driver kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

5 participants