deislabs / containerd-wasm-shims

containerd shims for running WebAssembly workloads in Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeHandler "spin" not supported error

michelleN opened this issue · comments

Running through the README and getting the following error from the deployed pod:

Failed to create pod sandbox: rpc error: code = Unknown desc = RuntimeHandler "spin" not supported

Any tips to get around this would be appreciated.

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.