spinkube / documentation

Site and Docs for the SpinKube community project
https://www.spinkube.dev/
Apache License 2.0
13 stars 21 forks source link

add containerD prerequisite if on k3s #137

Closed cyrillc closed 3 months ago

cyrillc commented 3 months ago

When testing Spinkube on a k3s cluster the additional installation of the containerd service was necessairy for the Spins to start.

cyrillc commented 3 months ago

Hi, @cyrillc, thanks for your contribution!

As a question for me that isn't blocking this PR, as the information is excellent to point out in the docs — isn't containerd installed by default on k3s installations?

Thanks!

Hi @radu-matei the Service is not installed by default by k3s. the default installation uses containerd-shim but does not install it on the host. I believe it was the kwasm-operator that needs the containerd.service to be installed on the host machine.