From e1391ef72265759f37edb8d38ab49cf2f9141636 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Tue, 13 Feb 2024 10:06:40 -0800 Subject: [PATCH] Bump k3d image to v1.11.0 Signed-off-by: Adam Reese --- .github/workflows/smoketest.yaml | 2 +- documentation/content/quickstart.md | 2 +- documentation/content/running-locally.md | 2 +- documentation/content/scaling-spinapp-on-k8s-with-hpa.md | 2 +- documentation/content/scaling-spinapp-on-k8s-with-keda.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/smoketest.yaml b/.github/workflows/smoketest.yaml index 4fcb581d..5480d1af 100644 --- a/.github/workflows/smoketest.yaml +++ b/.github/workflows/smoketest.yaml @@ -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 diff --git a/documentation/content/quickstart.md b/documentation/content/quickstart.md index 3b97a1e7..9cbd9d3e 100644 --- a/documentation/content/quickstart.md +++ b/documentation/content/quickstart.md @@ -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 ``` diff --git a/documentation/content/running-locally.md b/documentation/content/running-locally.md index d5cd7b0d..53225d8c 100644 --- a/documentation/content/running-locally.md +++ b/documentation/content/running-locally.md @@ -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: diff --git a/documentation/content/scaling-spinapp-on-k8s-with-hpa.md b/documentation/content/scaling-spinapp-on-k8s-with-hpa.md index 41dd9df5..28a014e5 100644 --- a/documentation/content/scaling-spinapp-on-k8s-with-hpa.md +++ b/documentation/content/scaling-spinapp-on-k8s-with-hpa.md @@ -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: diff --git a/documentation/content/scaling-spinapp-on-k8s-with-keda.md b/documentation/content/scaling-spinapp-on-k8s-with-keda.md index 6d9ef637..a9674143 100644 --- a/documentation/content/scaling-spinapp-on-k8s-with-keda.md +++ b/documentation/content/scaling-spinapp-on-k8s-with-keda.md @@ -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: