chore: changed order

This commit is contained in:
sujiba 2025-06-03 15:59:57 +02:00
parent d375252b25
commit be6bf4d98c
Signed by: sujiba
SSH key fingerprint: SHA256:4xWvKa5MUmI0bdA2d8S5iZCIOxO5FGXYxJDrSVoFOyk

View file

@ -7,8 +7,8 @@
- [Encryption setup](#encryption-setup)
- [talos secret](#talos-secret)
- [talhelper environment vars](#talhelper-environment-vars)
- [talhelper genconfig](#talhelper-genconfig)
- [talconfig.yaml](#talconfigyaml)
- [talhelper genconfig](#talhelper-genconfig)
- [Talos image factory](#talos-image-factory)
- [Boot Image](#boot-image)
- [Cluster bootstrap](#cluster-bootstrap)
@ -69,12 +69,6 @@ vi talenv.yaml
sops -e -i talenv.yaml
```
## talhelper genconfig
The command `talhelper genconfig` will create a `.gitignore`, `talosconfig` and `CLUSTERNAME_HOSTNAMEs.yaml` under clusterconfig.
> [!CAUTION]
> The `.gitignore` contains all genereted files from `talhelper genconfig` because those files contain unencrypted secrets.
## talconfig.yaml
Create a talconfig.yaml. Take inspiration from the [talhelper template](https://github.com/budimanjojo/talhelper/blob/master/example/talconfig.yaml) and the [configuration parameters](https://budimanjojo.github.io/talhelper/latest/reference/configuration/).
@ -82,6 +76,12 @@ Create a talconfig.yaml. Take inspiration from the [talhelper template](https://
vi talconfig.yaml
```
## talhelper genconfig
The command `talhelper genconfig` will create a `.gitignore`, `talosconfig` and `CLUSTERNAME_HOSTNAMEs.yaml` under clusterconfig.
> [!CAUTION]
> The `.gitignore` contains all genereted files from `talhelper genconfig` because those files contain unencrypted secrets.
## Talos image factory
Vist the website https://factory.talos.dev
@ -101,7 +101,8 @@ Vist the website https://factory.talos.dev
# Cluster bootstrap
```bash
talosctl apply-config --insecure -n 10.10.10.3 --file clusterconfig/home-cluster-talos-01.yaml
talosctl bootstrap -n 10.10.10.3 -e 10.10.10.3 --talosconfig talosconfig
talosctl bootstrap -n 10.10.10.3 -e 10.10.10.3 --talosconfig talosconfigv
talosctl -n 10.10.10.3 --talosconfig clusterconfig/talosconfig kubeconfig
```
## Cilium CNI