From 9f1c381387ce41f8c44622d9c4d35a10ea50f75e Mon Sep 17 00:00:00 2001 From: Asad Iqbal Date: Mon, 18 May 2026 13:45:27 +0500 Subject: [PATCH] docs: clarify setup guide deploys single-node workspace Add an explicit Note callout near the top of the setup guide stating the installer deploys a single-node workspace on one machine, with a pointer to the EKS deployment guide for multi-node setups. Reinforce "one host per workspace" in the Requirements section. Closes #40 Co-Authored-By: Claude Opus 4.7 --- environment-setup/setup-guide.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/environment-setup/setup-guide.mdx b/environment-setup/setup-guide.mdx index d8d7044..5c92d1e 100644 --- a/environment-setup/setup-guide.mdx +++ b/environment-setup/setup-guide.mdx @@ -5,11 +5,15 @@ description: "Detailed walkthrough for deploying a tracebloc workspace — requi Everything the installer does, explained. This page walks through the full setup process — what each step does, what to expect, and how to verify it worked. + +The installer deploys a **single-node workspace on one machine** — a local Kubernetes cluster running inside Docker on that host. For multi-node or production deployments, see the [EKS deployment guide](/environment-setup/eks-client-deployment-guide). + + --- ## Requirements -The installer runs on any modern machine. These are the minimum specs to run a workspace comfortably: +The installer runs on any modern machine (one host per workspace). These are the minimum specs to run a workspace comfortably: | | Minimum | Recommended | |---|---------|-------------|