kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.22k stars 4.87k forks source link

minikube issue #14775

Closed Arun297 closed 2 years ago

Arun297 commented 2 years ago

What Happened?

Error: sudo crictl version: exit status 1

Attach the log file

stderr: sudo: crictl: command not found I0810 17:30:46.014349 26341 exec_runner.go:51] Run: sudo crictl version I0810 17:30:46.021012 26341 retry.go:31] will retry after 21.607636321s: Temporary Error: sudo crictl version: exit status 1 stdout:

stderr: sudo: crictl: command not found I0810 17:31:07.632452 26341 exec_runner.go:51] Run: sudo crictl version I0810 17:31:07.644855 26341 retry.go:31] will retry after 26.202601198s: Temporary Error: sudo crictl version: exit status 1 stdout:

stderr: sudo: crictl: command not found I0810 17:31:33.848083 26341 exec_runner.go:51] Run: sudo crictl version I0810 17:31:33.857140 26341 out.go:177] W0810 17:31:33.859250 26341 out.go:239] X Exiting due to RUNTIME_ENABLE: Temporary Error: sudo crictl version: exit status 1 stdout:

stderr: sudo: crictl: command not found

W0810 17:31:33.859282 26341 out.go:239] W0810 17:31:33.860218 26341 out.go:239] ╭─────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ If the above advice does not help, please let us know: │ │ https://github.com/kubernetes/minikube/issues/new/choose │ │ │ │ * Please run minikube logs --file=logs.txt and attach logs.txt to the GitHub issue. │ │ │ ╰─────────────────────────────────────────────────────────────────────────────────────────────╯ I0810 17:31:33.862772 26341 out.go:177]

Operating System

Ubuntu

Driver

No response

afbjorklund commented 2 years ago

You need to install crictl, it's a new requirement (for docker) since k8s 1.24

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

klaases commented 2 years ago

Hi @Arun297, here is some additional information that may be helpful:

https://github.com/kubernetes/minikube/issues/14410#issuecomment-1193323463

If necessary, please feel free to re-open the issue by commenting with /reopen. This issue will be closed as additional information was unavailable and some time has passed. Thank you for sharing your experience!