Skip to content

Commit

Permalink
Merge pull request #742 from Mossaka/bump-shims-0.8.0
Browse files Browse the repository at this point in the history
chore: bump version of the containerd-wasm-shims k3d image to 0.8.0
  • Loading branch information
tpmccallum authored Jul 20, 2023
2 parents bd69ec2 + 6f19c5c commit 66e7340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/spin/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Deis Labs provides a preconfigured K3d environment that can be run using this co
<!-- @selectiveCpy -->

```console
$ k3d cluster create wasm-cluster --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.3.3 -p "8081:80@loadbalancer" --agents 2 --registry-create mycluster-registry:12345
$ k3d cluster create wasm-cluster --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.8.0 -p "8081:80@loadbalancer" --agents 2 --registry-create mycluster-registry:12345
```

Create a file wasm-runtimeclass.yml and populate with the following information
Expand Down

0 comments on commit 66e7340

Please sign in to comment.