deislabs / containerd-wasm-shims

containerd shims for running WebAssembly workloads in Kubernetes
Apache License 2.0
311 stars 48 forks source link

RuntimeHandler "spin" not supported error #190

Closed michelleN closed 11 months ago

michelleN commented 11 months ago

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.

michelleN commented 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.