From 7f8b211bdd99e1f9a506e096f20b23b9a8285233 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Thu, 1 May 2025 11:42:04 -0700 Subject: [PATCH] "weigh" the install docs content This organizes the installation guides into roughly four categories: 1. generic installs (quickstart, plugin, helm) 2. production installs (azure, LKE) 3. local machine installs (rancher, microk8s) 4. supporting material (compatibility matrix) Signed-off-by: Matthew Fisher --- content/en/docs/install/azure-kubernetes-service.md | 1 + content/en/docs/install/compatibility-matrices.md | 1 + content/en/docs/install/installing-with-helm.md | 1 + content/en/docs/install/linode-kubernetes-engine.md | 1 + content/en/docs/install/microk8s.md | 1 + content/en/docs/install/rancher-desktop.md | 1 + content/en/docs/install/spin-kube-plugin.md | 1 + 7 files changed, 7 insertions(+) diff --git a/content/en/docs/install/azure-kubernetes-service.md b/content/en/docs/install/azure-kubernetes-service.md index d12cc15..b02e978 100644 --- a/content/en/docs/install/azure-kubernetes-service.md +++ b/content/en/docs/install/azure-kubernetes-service.md @@ -4,6 +4,7 @@ description: In this tutorial you'll learn how to deploy SpinKube on Azure Kuber date: 2024-02-16 categories: [Spin Operator] tags: [Tutorials] +weight: 5 aliases: - /docs/spin-operator/tutorials/deploy-on-azure-kubernetes-service --- diff --git a/content/en/docs/install/compatibility-matrices.md b/content/en/docs/install/compatibility-matrices.md index aa4fde9..30a39b6 100644 --- a/content/en/docs/install/compatibility-matrices.md +++ b/content/en/docs/install/compatibility-matrices.md @@ -4,6 +4,7 @@ description: A set of compatibility matrices for each SpinKube executor date: 2024-11-08 categories: [Spin Operator] tags: [reference] +weight: 99 --- ## `containerd-shim-spin` Executor diff --git a/content/en/docs/install/installing-with-helm.md b/content/en/docs/install/installing-with-helm.md index de6b982..a04cae3 100644 --- a/content/en/docs/install/installing-with-helm.md +++ b/content/en/docs/install/installing-with-helm.md @@ -3,6 +3,7 @@ title: Installing with Helm description: This guide walks you through the process of installing SpinKube using [Helm](https://helm.sh). date: 2024-02-16 tags: [Installation] +weight: 4 aliases: - /docs/spin-operator/installation/installing-with-helm --- diff --git a/content/en/docs/install/linode-kubernetes-engine.md b/content/en/docs/install/linode-kubernetes-engine.md index d3744ca..982ddaf 100644 --- a/content/en/docs/install/linode-kubernetes-engine.md +++ b/content/en/docs/install/linode-kubernetes-engine.md @@ -3,6 +3,7 @@ title: Installing on Linode Kubernetes Engine (LKE) description: This guide walks you through the process of installing SpinKube on [LKE](https://www.linode.com/docs/products/compute/kubernetes/). date: 2024-07-23 tags: [Installation] +weight: 6 --- This guide walks through the process of installing and configuring SpinKube on Linode Kubernetes diff --git a/content/en/docs/install/microk8s.md b/content/en/docs/install/microk8s.md index 674f4ea..5715813 100644 --- a/content/en/docs/install/microk8s.md +++ b/content/en/docs/install/microk8s.md @@ -3,6 +3,7 @@ title: Installing on Microk8s description: This guide walks you through the process of installing SpinKube using [Microk8s](https://microk8s.io/). date: 2024-06-19 tags: [Installation] +weight: 8 --- This guide walks through the process of installing and configuring Microk8s and SpinKube. diff --git a/content/en/docs/install/rancher-desktop.md b/content/en/docs/install/rancher-desktop.md index fb4fe80..cad0b4c 100644 --- a/content/en/docs/install/rancher-desktop.md +++ b/content/en/docs/install/rancher-desktop.md @@ -4,6 +4,7 @@ description: This tutorial shows how to integrate SpinKube and Rancher Desktop. date: 2024-02-16 categories: [Spin Operator] tags: [Tutorials] +weight: 7 aliases: - /docs/spin-operator/tutorials/integrating-with-rancher-desktop --- diff --git a/content/en/docs/install/spin-kube-plugin.md b/content/en/docs/install/spin-kube-plugin.md index 2444794..620ffc4 100644 --- a/content/en/docs/install/spin-kube-plugin.md +++ b/content/en/docs/install/spin-kube-plugin.md @@ -3,6 +3,7 @@ title: Installing the `spin kube` plugin description: Learn how to install the `kube` plugin. categories: [guides] tags: [plugins, kubernetes, spin] +weight: 3 aliases: - /docs/spin-plugin-kube/installation ---