From c0168f6d38af47642e85fca690b38b91ab1b691e Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 7 Nov 2024 19:52:13 +0100 Subject: [PATCH] fix(website): correct some clustertool docs --- website/src/content/docs/clustertool/getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/content/docs/clustertool/getting-started.md b/website/src/content/docs/clustertool/getting-started.md index 42b1c90b22dab..23a0ce3139a40 100644 --- a/website/src/content/docs/clustertool/getting-started.md +++ b/website/src/content/docs/clustertool/getting-started.md @@ -168,11 +168,11 @@ To ensure stability, we will first apply the configuration to the first ControlP For this, in a terminal, run: -`ClusterTool apply` +`ClusterTool talos apply` or, on Windows: -`ClusterTool.exe apply` +`ClusterTool.exe talos apply` You will be asked if you want to bootstrap the cluster, to do this enter `y` or `yes` After this is finished successfully, make sure the node is running correctly. It should have everything loaded already. @@ -183,8 +183,8 @@ Now we can continue to add more nodes to the cluster. This is completely automat In a terminal, run: -`ClusterTool apply` +`ClusterTool talos apply` or, on Windows: -`ClusterTool.exe apply` +`ClusterTool.exe talos apply`