Changed
- Bump Spin dependencies to v3.2.0 (#302)
- Bump containerd-shim-wasm to v1.0.0-rc.1 (#299)
- Update
node-installer
to work with K3s which already configures the Spin shim (#301) - In
node-installer
, add SystemCgroup option to containerd runtime options for most K8s distributions (#289)
Try it out with a k3d cluster
First, create a cluster and apply the runtime class and workloads:
k3d cluster create wasm-cluster \
--image ghcr.io/spinframework/containerd-shim-spin/k3d:v0.19.0 \
-p "8081:80@loadbalancer" \
--agents 2
kubectl apply -f https://github.com/spinframework/containerd-shim-spin/releases/download/v0.19.0/runtime.yaml
kubectl apply -f https://github.com/spinframework/containerd-shim-spin/releases/download/v0.19.0/workload.yaml
Then, send a HTTP request to the cluster:
> kubectl port-forward svc/wasm-spin 8080:80
> curl localhost:8080/hello
Hello world from Spin!%
New Contributors
Full Changelog: v0.18.0...v0.19.0