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

Unable to start Minikube on Ubuntu 20.04.3 LTS #12347

Closed
MartinFuerstenau opened this issue Aug 24, 2021 · 4 comments
Closed

Unable to start Minikube on Ubuntu 20.04.3 LTS #12347

MartinFuerstenau opened this issue Aug 24, 2021 · 4 comments
Labels
triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@MartinFuerstenau
Copy link

I followed the starter https://minikube.sigs.k8s.io/docs/start/
Trying to start minikube results in

Exiting due to GUEST_START: wait 6m0s for node: wait for healthy API server: controlPlane never updated to v1.22.0

Steps to reproduce the issue:

  1. minikube start --alsologtostderr -v=4

Full output of minikube logs command:
minikube.logs.txt

Full output of failed command:
lastStart.txt

@MartinFuerstenau MartinFuerstenau changed the title Unable to start Minikube on Ubuntu-20.04 Unable to start Minikube on Ubuntu 20.04.3 LTS Aug 24, 2021
@RA489
Copy link

RA489 commented Aug 25, 2021

@MartinFuerstenau could you please install latest version of minikube?

@MartinFuerstenau
Copy link
Author

MartinFuerstenau commented Aug 27, 2021

$ minikube version --components
minikube version: v1.22.0
commit: a03fbcf166e6f74ef224d4a63be4277d017bb62e

crio:
Version:       1.20.3
GitCommit:     50065140109e8dc4b8fd6dc5d2b587e5cb7ed79d
GitTreeState:  clean
BuildDate:     2021-06-03T20:25:45Z
GoVersion:     go1.15.2
Compiler:      gc
Platform:      linux/amd64
Linkmode:      dynamic

podman:
Version:      3.2.2
API Version:  3.2.2
Go Version:   go1.15.2
Built:        Thu Jan  1 00:00:00 1970
OS/Arch:      linux/amd64

crictl:
Version:  0.1.0
RuntimeName:  docker
RuntimeVersion:  20.10.7
RuntimeApiVersion:  1.41.0

docker:
20.10.7

runc:
runc version 1.0.0-rc95
commit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
spec: 1.0.2-dev
go: go1.13.15
libseccomp: 2.5.1

containerd:
containerd containerd.io 1.4.6 d71fcd7d8303cbf684402823e425e9dd2e99285d

buildctl:
buildctl github.com/moby/buildkit v0.8.2 9065b18ba4633c75862befca8188de4338d9f94a

ctr:
Client:
  Version:  1.4.6
  Revision: d71fcd7d8303cbf684402823e425e9dd2e99285d
  Go version: go1.13.15

Server:
  Version:  1.4.6
  Revision: d71fcd7d8303cbf684402823e425e9dd2e99285d
  UUID: 7d4a7fef-c786-49d4-b18d-dcf4b6a3a512

minikube.logs.20210827.txt

@spowelljr
Copy link
Member

spowelljr commented Aug 30, 2021

Hi @MartinFuerstenau, thanks for reporting your issue with minikube!

This is an existing issue we're aware of (#8765) but have not yet fixed. The current work around is to run minikube delete --all --purge which will clear out the minikube configuration files.

Let me know if that solves your issue, thanks!

@spowelljr spowelljr added the triage/duplicate Indicates an issue is a duplicate of other open issue. label Aug 30, 2021
@spowelljr
Copy link
Member

Since this issue is a duplicate of #8765 I'm going to close this one. Please feel free to follow along and contribute to #8765, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

3 participants