chore(website): generate new clustertool docs
This commit is contained in:
+5
-5
@@ -1,24 +1,24 @@
|
||||
---
|
||||
title: fluxbootstrap
|
||||
title: flux bootstrap
|
||||
---
|
||||
## clustertool fluxbootstrap
|
||||
## clustertool flux bootstrap
|
||||
|
||||
Manually bootstrap fluxcd on existing cluster
|
||||
|
||||
```
|
||||
clustertool fluxbootstrap [flags]
|
||||
clustertool flux bootstrap [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
|
||||
```
|
||||
clustertool fluxbootstrap
|
||||
clustertool flux bootstrap
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for fluxbootstrap
|
||||
-h, --help help for bootstrap
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: flux
|
||||
---
|
||||
## clustertool flux
|
||||
|
||||
Commands for handling FluxCD
|
||||
|
||||
### Synopsis
|
||||
|
||||
These are all advanced commands that should generally not be needed
|
||||
|
||||
### Examples
|
||||
|
||||
```
|
||||
clustertool flux bootstrap
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for flux
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--cluster string Cluster name (default "main")
|
||||
```
|
||||
+4
-4
@@ -1,9 +1,9 @@
|
||||
---
|
||||
title: apply
|
||||
title: talos apply
|
||||
---
|
||||
## clustertool apply
|
||||
## clustertool talos apply
|
||||
|
||||
apply TalosConfig
|
||||
apply
|
||||
|
||||
### Synopsis
|
||||
|
||||
@@ -36,7 +36,7 @@ Apply and *all other* commands, are just for maintaining Talos itself.
|
||||
Not any contained helm-charts
|
||||
|
||||
```
|
||||
clustertool apply [flags]
|
||||
clustertool talos apply [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
+3
-3
@@ -1,12 +1,12 @@
|
||||
---
|
||||
title: adv bootstrap
|
||||
title: talos bootstrap
|
||||
---
|
||||
## clustertool adv bootstrap
|
||||
## clustertool talos bootstrap
|
||||
|
||||
bootstrap first Talos Node
|
||||
|
||||
```
|
||||
clustertool adv bootstrap [flags]
|
||||
clustertool talos bootstrap [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
+3
-3
@@ -1,12 +1,12 @@
|
||||
---
|
||||
title: adv health
|
||||
title: talos health
|
||||
---
|
||||
## clustertool adv health
|
||||
## clustertool talos health
|
||||
|
||||
Check Talos Cluster Health
|
||||
|
||||
```
|
||||
clustertool adv health [flags]
|
||||
clustertool talos health [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: talos
|
||||
---
|
||||
## clustertool talos
|
||||
|
||||
Commands for handling Talos OS
|
||||
|
||||
### Synopsis
|
||||
|
||||
These are all advanced commands that should generally not be needed
|
||||
|
||||
### Examples
|
||||
|
||||
```
|
||||
clustertool talos apply
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for talos
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--cluster string Cluster name (default "main")
|
||||
```
|
||||
+3
-3
@@ -1,12 +1,12 @@
|
||||
---
|
||||
title: adv reset
|
||||
title: talos reset
|
||||
---
|
||||
## clustertool adv reset
|
||||
## clustertool talos reset
|
||||
|
||||
Reset Talos Nodes and Kubernetes
|
||||
|
||||
```
|
||||
clustertool adv reset [flags]
|
||||
clustertool talos reset [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: upgrade
|
||||
title: talos upgrade
|
||||
---
|
||||
## clustertool upgrade
|
||||
## clustertool talos upgrade
|
||||
|
||||
Upgrade Talos Nodes and Kubernetes
|
||||
|
||||
@@ -13,7 +13,7 @@ It also applies any changed "extentions" and/or "overlays" specified there.
|
||||
On top of this, after upgrading Talos on all nodes, it also executes kubernetes-upgrades for the whole cluster as well.
|
||||
|
||||
```
|
||||
clustertool upgrade [flags]
|
||||
clustertool talos upgrade [flags]
|
||||
```
|
||||
|
||||
### Examples
|
||||
Reference in New Issue
Block a user