Skip to content

Not able to start the minikube even after installing cri-dockerd  #15407

Closed as not planned
@vpuliyal

Description

@vpuliyal

What Happened?

sudo -E /usr/local/bin/minikube start --driver=none

  • minikube v1.28.0 on Redhat 8.6 (ppc64le)
    ! Both driver=none and vm-driver=none have been set.

    Since vm-driver is deprecated, minikube will default to driver=none.

    If vm-driver is set in the global config, please run "minikube config unset vm-driver" to resolve this warning.

  • Using the none driver based on user configuration

  • Starting control plane node minikube in cluster minikube

  • Running on localhost (CPUs=48, Memory=63349MB, Disk=71645MB) ...

  • Exiting due to NOT_FOUND_CRI_DOCKERD:

  • Suggestion:

    The none driver with Kubernetes v1.24+ and the docker container-runtime requires cri-dockerd.

    Please install cri-dockerd using these instructions:

    https://github.com/Mirantis/cri-dockerd#build-and-install

Installed cri-dockerd using https://github.com/Mirantis/cri-dockerd link.
[root@cloudalplp1 home]# which cri-dockerd
/usr/local/bin/cri-dockerd
########
Here I'm attaching minikube log file also.
log.txt

Attach the log file

log.txt

Operating System

Redhat/Fedora

Driver

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    co/none-driverco/runtime/dockerIssues specific to a docker runtimekind/bugCategorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.priority/awaiting-more-evidenceLowest priority. Possibly useful, but not yet enough support to actually get it done.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions