I’m following the documentation:- https://wasmedge.org/docs/develop/deploy/kubernetes/kubernetes-containerd-crun/#install-and-start-kubernetes but facing error, it shows no resources found and after a while there’s a timeout!!!
I followed https://github.com/second-state/wasmedge-containers-examples/actions/runs/8515470689/job/23322996081#step:8:2874
Since the k8s needs time to get it up, i waited for few mins but still get the timout error.
after searching a while on github repos of kubernetes i found that issue primarily lies which with config of containerd. Yet to resolve this but for the first time on a fresh machine it worked, same issue started from second time when i started the cluster.
got similar issues on github/kubernetes :-
https://github.com/kubernetes/kubernetes/issues/106972
https://github.com/kubernetes/kubernetes/issues/119245
but the soln didn’t worked out for me, but i figured out the error is with configuration for containerd. When i clean system and follow the process it works. Here’s source code for the application:- https://github.com/Sonichigo/wasmedge-demo-example