Open
Description
Steps to reproduce the issue:
This is the current behavior regarding initizliation with none driver with containerd runtime.
# minikube start --driver=none --container-runtime='containerd'
π minikube v1.18.1 on Ubuntu 20.04 (amd64)
β¨ Using the none driver based on user configuration
π€· Exiting due to PROVIDER_NONE_NOT_FOUND: The 'none' provider was not found: exec: "docker": executable file not found in $PATH
π‘ Suggestion: Install docker
π Documentation: https://minikube.sigs.k8s.io/docs/reference/drivers/none/
root@minikube:~# minikube start -h | grep provider
root@minikube:~# minikube start --driver=none --container-runtime='containerd'
π minikube v1.18.1 on Ubuntu 20.04 (amd64)
β¨ Using the none driver based on user configuration
π€· Exiting due to PROVIDER_NONE_NOT_FOUND: The 'none' provider was not found: exec: "docker": executable file not found in $PATH
π‘ Suggestion: Install docker
π Documentation: https://minikube.sigs.k8s.io/docs/reference/drivers/none/
Since Docker is no longer default runtime, I think even none driver should consider the runtime option if specified.
Full output of failed command:
Full output of minikube start
command used, if not already included:
Optional: Full output of minikube logs
command: