Description
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:
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
Operating System
Redhat/Fedora
Driver
No response