KWasm / kwasm-node-installer

Installs KWasm on Kubernetes nodes.
Apache License 2.0
35 stars 13 forks source link

Support for lightweight Kubernetes distributions #2

Closed 0xE282B0 closed 1 year ago

0xE282B0 commented 1 year ago

These Kubernetes distributions are usually used for the development and testing of new features. Therefore they are the main targets for this project.

0xE282B0 commented 1 year ago

Successfully tested with kind version 0.15.0 and image kindest/node:v1.25.0 (arm64).

0xE282B0 commented 1 year ago

Successfully tested with minikube v1.27.0 containerd --container-runtime='containerd' and driver --driver=docker (arm64)

0xE282B0 commented 1 year ago

Successfully tested with minikube v1.27.0 containerd --container-runtime='containerd' and driver --driver=qemu2 (arm64)

0xE282B0 commented 1 year ago

K3d image needs to be patched before startup. When containerd is terminated the image is restarted and the changes are gone. K3d images can be customized as shown in the documentation https://k3d.io/v5.4.6/usage/advanced/cuda/