Closed michelleN closed 11 months ago
I think the issue was that I was on minikube and the default container runtime was docker and not containerd.
minikube start --container-runtime=containerd
Starting minikube with the containerd runtime specifically helped me get past this issue.
Running through the README and getting the following error from the deployed pod:
Any tips to get around this would be appreciated.