diff --git a/talos/README.md b/talos/README.md index 6f370d0..a37af81 100644 --- a/talos/README.md +++ b/talos/README.md @@ -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