I’m taking a class shortly on Tekton pipelines which requires installation of Minikube. I’ve gone through the instructions here, trying to use the podman driver, but I can’t get Minikube to start…has anyone got this to work? If so, what advice can you give?
minikube v1.14.2:
minikube start --container-runtime=cri-o --cpus=2 --cri-socket=/var/run/crio/crio.sock --driver=podman --force-systemd=true --interactive=true --kubernetes-version=latest --memory='4g' --network-plugin=cni
Results in:
StartHost failed, but will try again: ...
Restarting existing podman container for "minikube" ...
Failed to start podman container. Runing "minikube delete" may fix it: ...
Error: error inspecting object: no such container minikube
I’ve tried running “minikube delete”, but nothing ever changes! What is the secret to running minikube on Fedora 33?