kubernetes / minikube

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

Exiting due to RUNTIME_ENABLE: Failed to start container runtime: which crictl: Process exited with status 1 #19363

Open debabmon opened 1 month ago

debabmon commented 1 month ago

What Happened?

ubuntu@powervm20:~$ minikube start --driver=docker --container-runtime=docker 😄 minikube v1.33.1 on Ubuntu 22.04 (ppc64le) ✨ Using the docker driver based on existing profile 👍 Starting "minikube" primary control-plane node in "minikube" cluster 🚜 Pulling base image v0.0.44 ... 🏃 Updating the running docker "minikube" container ...

❌ Exiting due to RUNTIME_ENABLE: Failed to start container runtime: which crictl: Process exited with status 1 stdout:

stderr:

Attach the log file

logs.txt

Operating System

Ubuntu

Driver

None

T-Lakshmi commented 1 month ago

@debabmon, Problem here is with --container-runtime=docker. docker support for container runtime is completely removed in k8s version v1.24 and is now no longer supported. Please update the container-runtime with other any supported CRI and try to install.

T-Lakshmi commented 1 month ago

/kind support

afbjorklund commented 1 month ago

docker support for container runtime is completely removed in k8s version v1.24 and is now no longer supported.

Docker is supported through cri-dockerd, and is still the default container runtime in minikube