From 0a04c31e98d0ad41ec2254af4eb1892da7ae9c77 Mon Sep 17 00:00:00 2001 From: Andrew Anderson Date: Tue, 31 Mar 2026 10:25:10 -0400 Subject: [PATCH] docs: add KubeStellar Console guided install reference Add a Community Tools section to the installation docs with a link to the KubeStellar Console guided PipeCD installation experience, which provides step-by-step installation with pre-flight checks, validation, troubleshooting, and rollback support. Related: https://github.com/pipe-cd/pipecd/issues/6593 Signed-off-by: Andrew Anderson --- docs/content/en/docs-dev/installation/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/en/docs-dev/installation/_index.md b/docs/content/en/docs-dev/installation/_index.md index 76a1629a37..e3b8587d3c 100644 --- a/docs/content/en/docs-dev/installation/_index.md +++ b/docs/content/en/docs-dev/installation/_index.md @@ -18,3 +18,7 @@ Basically, there are two types of users/roles that exist in the PipeCD system, w - Operators/Platform team: Users who operate the PipeCD for other developers can use it. You will interact with the Control Plane and Piped, you will be the one who installs the Control Plane and keeps it up for other Pipeds to connect while managing their applications’ deployments. This section contains the guideline for installing PipeCD's Control Plane and Piped step by step. You can choose what to read based on your roles. + +### Community Tools + +- **[KubeStellar Console — Guided PipeCD Installation](https://console.kubestellar.io/missions/install-pipecd)**: A step-by-step guided installation experience for PipeCD with pre-flight checks, validation, troubleshooting, and rollback support.