Skip to content

Commit

Permalink
fix(website): correct some clustertool docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Nov 7, 2024
1 parent 5c1b560 commit c0168f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/src/content/docs/clustertool/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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`

0 comments on commit c0168f6

Please sign in to comment.