Skip to content

Commit

Permalink
Merge pull request #109 from kate-goldenring/use-0.13.0-shim
Browse files Browse the repository at this point in the history
chore: update examples to use latest `containerd` shim release
  • Loading branch information
tpmccallum committed Mar 13, 2024
2 parents 63b2d13 + 8a60c24 commit 42ad0ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ helm install \
kwasm-operator kwasm/kwasm-operator \
--namespace kwasm \
--create-namespace \
--set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.12.0
--set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.13.0

# Provision Nodes
kubectl annotate node --all kwasm.sh/kwasm-node=true
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/spin-operator/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For this Quickstart in particular, you will need:

```console
k3d cluster create wasm-cluster \
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.12.0 \
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.13.0 \
--port "8081:80@loadbalancer" \
--agents 2
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ helm install \
kwasm-operator kwasm/kwasm-operator \
--namespace kwasm \
--create-namespace \
--set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.12.0
--set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.13.0

# Provision Nodes
kubectl annotate node --all kwasm.sh/kwasm-node=true
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/spin-operator/tutorials/running-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Run the following command to create a Kubernetes k3d cluster that has [the
containerd-wasm-shims](https://github.com/deislabs/containerd-wasm-shims) pre-requisites installed:

```console
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.12.0 -p "8081:80@loadbalancer" --agents 2
k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.13.0 -p "8081:80@loadbalancer" --agents 2
```

Run the following command to install the Custom Resource Definitions (CRDs) into the cluster:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Run the following command to create a Kubernetes cluster that has [the container

```console
k3d cluster create wasm-cluster-scale \
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.12.0 \
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.13.0 \
-p "8081:80@loadbalancer" \
--agents 2
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Run the following command to create a Kubernetes cluster that has [the container

```console
k3d cluster create wasm-cluster-scale \
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.12.0 \
--image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.13.0 \
-p "8081:80@loadbalancer" \
--agents 2
```
Expand Down

0 comments on commit 42ad0ef

Please sign in to comment.