Skip to content

Commit

Permalink
Bump k3d image to v1.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Reese <adam@reese.io>
  • Loading branch information
adamreese committed Feb 13, 2024
1 parent 4da27e5 commit e1391ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: start k3d cluster
run: |
k3d cluster create wasm-cluster \
--image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.10.0 \
--image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.11.0 \
--port "8081:80@loadbalancer" \
--agents 2
Expand Down
2 changes: 1 addition & 1 deletion documentation/content/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cd spin-operator

```
k3d cluster create wasm-cluster \
--image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.10.0 \
--image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.11.0 \
--port "8081:80@loadbalancer" \
--agents 2
```
Expand Down
2 changes: 1 addition & 1 deletion documentation/content/running-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd spin-operator
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:

```bash
k3d cluster create wasm-cluster --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.10.0 -p "8081:80@loadbalancer" --agents 2
k3d cluster create wasm-cluster --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.11.0 -p "8081:80@loadbalancer" --agents 2
```

Run the following command to create the Runtime Class:
Expand Down
2 changes: 1 addition & 1 deletion documentation/content/scaling-spinapp-on-k8s-with-hpa.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cd spin-operator
Run the following command to create a k8s k3d cluster that has [the containerd-wasm-shims](https://github.com/deislabs/containerd-wasm-shims) pre-requisites installed: If you have a k3d cluster already, please feel free to use it:

```bash
k3d cluster create wasm-cluster-scale --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.10.0 -p "8081:80@loadbalancer" --agents 2
k3d cluster create wasm-cluster-scale --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.11.0 -p "8081:80@loadbalancer" --agents 2
```

Next, from within the `spin-operator` directory, run the following commands to install the Spin runtime class and Spin Operator:
Expand Down
2 changes: 1 addition & 1 deletion documentation/content/scaling-spinapp-on-k8s-with-keda.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cd spin-operator
Run the following command to create a k8s k3d cluster that has [the containerd-wasm-shims](https://github.com/deislabs/containerd-wasm-shims) pre-requisites installed: If you have a k3d cluster already, please feel free to use it:

```bash
k3d cluster create wasm-cluster-scale --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.10.0 -p "8081:80@loadbalancer" --agents 2
k3d cluster create wasm-cluster-scale --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:v0.11.0 -p "8081:80@loadbalancer" --agents 2
```

Next, from within the `spin-operator` directory, run the following commands to install the Spin runtime class and Spin Operator:
Expand Down

0 comments on commit e1391ef

Please sign in to comment.