From 824d744e23e2951e71fba968f2645502b8c06162 Mon Sep 17 00:00:00 2001 From: Kate Goldenring Date: Wed, 26 Jun 2024 11:26:29 -0700 Subject: [PATCH] Update docs for Shim v0.15.0 release Signed-off-by: Kate Goldenring --- content/en/docs/containerd-shim-spin/_index.md | 7 +++---- content/en/docs/glossary/_index.md | 4 ++-- .../spin-operator/installation/installing-with-helm.md | 2 +- content/en/docs/spin-operator/quickstart/_index.md | 2 +- content/en/docs/spin-operator/support/troubleshooting.md | 4 ++-- .../tutorials/deploy-on-azure-kubernetes-service.md | 2 +- .../tutorials/integrating-with-docker-desktop.md | 2 +- content/en/docs/spin-operator/tutorials/running-locally.md | 2 +- .../en/docs/spin-operator/tutorials/scaling-with-hpa.md | 2 +- .../en/docs/spin-operator/tutorials/scaling-with-keda.md | 2 +- 10 files changed, 14 insertions(+), 15 deletions(-) diff --git a/content/en/docs/containerd-shim-spin/_index.md b/content/en/docs/containerd-shim-spin/_index.md index 213ba10a..bd2c8a7a 100644 --- a/content/en/docs/containerd-shim-spin/_index.md +++ b/content/en/docs/containerd-shim-spin/_index.md @@ -19,10 +19,9 @@ Overall, the Containerd Shim Spin represents a significant advancement in integr Below is a table of the shims and the the most recent versions of the shims that are supported by this project. -| **shim version** | v0.12.0 | v0.13.0 | v0.14.0 | v0.14.1 | -| ---------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -| **spin** | [v2.2.0](https://github.com/fermyon/spin/releases/tag/v2.2.0) | [v2.3.1](https://github.com/fermyon/spin/releases/tag/v2.3.1) | [v2.4.2](https://github.com/fermyon/spin/releases/tag/v2.4.2) | [v2.4.3](https://github.com/fermyon/spin/releases/tag/v2.4.3) | - +| **shim version** | v0.12.0 | v0.13.0 | v0.14.0 | v0.14.1 | v0.15.0 | +| ---------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | +| **spin** | [v2.2.0](https://github.com/fermyon/spin/releases/tag/v2.2.0) | [v2.3.1](https://github.com/fermyon/spin/releases/tag/v2.3.1) | [v2.4.2](https://github.com/fermyon/spin/releases/tag/v2.4.2) | [v2.4.3](https://github.com/fermyon/spin/releases/tag/v2.4.3) | [v2.6.0](https://github.com/fermyon/spin/releases/tag/v2.6.0) | ## Installing the `containerd-shim-spin` on Kubernetes Nodes diff --git a/content/en/docs/glossary/_index.md b/content/en/docs/glossary/_index.md index 75d5fb9a..ffb3ceaf 100644 --- a/content/en/docs/glossary/_index.md +++ b/content/en/docs/glossary/_index.md @@ -44,7 +44,7 @@ kind: SpinApp metadata: name: simple-spinapp spec: - image: "ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.14.1" + image: "ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.15.0" replicas: 1 executor: "containerd-shim-spin" ``` @@ -59,7 +59,7 @@ kind: SpinApp metadata: name: simple-spinapp spec: - image: 'ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.14.1' + image: 'ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.15.0' replicas: 3 imagePullSecrets: - name: spin-image-secret diff --git a/content/en/docs/spin-operator/installation/installing-with-helm.md b/content/en/docs/spin-operator/installation/installing-with-helm.md index 0b5ce0b9..777bdc04 100644 --- a/content/en/docs/spin-operator/installation/installing-with-helm.md +++ b/content/en/docs/spin-operator/installation/installing-with-helm.md @@ -42,7 +42,7 @@ helm install \ kwasm-operator kwasm/kwasm-operator \ --namespace kwasm \ --create-namespace \ - --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.14.1 + --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.15.0 # Provision Nodes kubectl annotate node --all kwasm.sh/kwasm-node=true diff --git a/content/en/docs/spin-operator/quickstart/_index.md b/content/en/docs/spin-operator/quickstart/_index.md index 6be6077b..e1d652d7 100644 --- a/content/en/docs/spin-operator/quickstart/_index.md +++ b/content/en/docs/spin-operator/quickstart/_index.md @@ -25,7 +25,7 @@ For this Quickstart in particular, you will need: ```console { data-plausible="copy-quick-create-k3d" } k3d cluster create wasm-cluster \ - --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.14.1 \ + --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.15.0 \ --port "8081:80@loadbalancer" \ --agents 2 ``` diff --git a/content/en/docs/spin-operator/support/troubleshooting.md b/content/en/docs/spin-operator/support/troubleshooting.md index 69dbcd12..3ad0c8e4 100644 --- a/content/en/docs/spin-operator/support/troubleshooting.md +++ b/content/en/docs/spin-operator/support/troubleshooting.md @@ -90,14 +90,14 @@ helm install \ --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.14.0 ``` -Reissuing the above command with the new version `v0.14.1` will result in the following error - `Error: INSTALLATION FAILED: cannot re-use a name that is still in use`. To use the same command when installing and upgrading a release, use `upgrade --install` ([as referenced here in the official Helm documentation](https://v2.helm.sh/docs/developing_charts/#upgrade-a-release-idempotently)). For example: +Reissuing the above command with the new version `v0.15.0` will result in the following error - `Error: INSTALLATION FAILED: cannot re-use a name that is still in use`. To use the same command when installing and upgrading a release, use `upgrade --install` ([as referenced here in the official Helm documentation](https://v2.helm.sh/docs/developing_charts/#upgrade-a-release-idempotently)). For example: ```console helm upgrade --install \ kwasm-operator kwasm/kwasm-operator \ --namespace kwasm \ --create-namespace \ - --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.14.1 + --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.15.0 ``` ## Cluster Already Exists diff --git a/content/en/docs/spin-operator/tutorials/deploy-on-azure-kubernetes-service.md b/content/en/docs/spin-operator/tutorials/deploy-on-azure-kubernetes-service.md index d14d364a..0d5b436a 100644 --- a/content/en/docs/spin-operator/tutorials/deploy-on-azure-kubernetes-service.md +++ b/content/en/docs/spin-operator/tutorials/deploy-on-azure-kubernetes-service.md @@ -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.14.1 + --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.15.0 # Provision Nodes kubectl annotate node --all kwasm.sh/kwasm-node=true diff --git a/content/en/docs/spin-operator/tutorials/integrating-with-docker-desktop.md b/content/en/docs/spin-operator/tutorials/integrating-with-docker-desktop.md index 0d7abad4..2122d2cf 100644 --- a/content/en/docs/spin-operator/tutorials/integrating-with-docker-desktop.md +++ b/content/en/docs/spin-operator/tutorials/integrating-with-docker-desktop.md @@ -70,7 +70,7 @@ helm install \ kwasm-operator kwasm/kwasm-operator \ --namespace kwasm \ --create-namespace \ - --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.14.1 + --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.15.0 kubectl annotate node --all kwasm.sh/kwasm-node=true ``` diff --git a/content/en/docs/spin-operator/tutorials/running-locally.md b/content/en/docs/spin-operator/tutorials/running-locally.md index 49c5b2fe..f8d70be7 100644 --- a/content/en/docs/spin-operator/tutorials/running-locally.md +++ b/content/en/docs/spin-operator/tutorials/running-locally.md @@ -31,7 +31,7 @@ Run the following command to create a Kubernetes k3d cluster that has [the containerd-shim-spin](https://github.com/spinkube/containerd-shim-spin) pre-requisites installed: ```console -k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.14.1 -p "8081:80@loadbalancer" --agents 2 +k3d cluster create wasm-cluster --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.15.0 -p "8081:80@loadbalancer" --agents 2 ``` Run the following command to install the Custom Resource Definitions (CRDs) into the cluster: diff --git a/content/en/docs/spin-operator/tutorials/scaling-with-hpa.md b/content/en/docs/spin-operator/tutorials/scaling-with-hpa.md index 84469059..8e945a1f 100644 --- a/content/en/docs/spin-operator/tutorials/scaling-with-hpa.md +++ b/content/en/docs/spin-operator/tutorials/scaling-with-hpa.md @@ -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.14.1 \ + --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.15.0 \ -p "8081:80@loadbalancer" \ --agents 2 ``` diff --git a/content/en/docs/spin-operator/tutorials/scaling-with-keda.md b/content/en/docs/spin-operator/tutorials/scaling-with-keda.md index 2f6c92a8..2ece40d0 100644 --- a/content/en/docs/spin-operator/tutorials/scaling-with-keda.md +++ b/content/en/docs/spin-operator/tutorials/scaling-with-keda.md @@ -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.14.1 \ + --image ghcr.io/spinkube/containerd-shim-spin/k3d:v0.15.0 \ -p "8081:80@loadbalancer" \ --agents 2 ```