chore: changed order
This commit is contained in:
parent
d375252b25
commit
be6bf4d98c
1 changed files with 9 additions and 8 deletions
|
@ -7,8 +7,8 @@
|
||||||
- [Encryption setup](#encryption-setup)
|
- [Encryption setup](#encryption-setup)
|
||||||
- [talos secret](#talos-secret)
|
- [talos secret](#talos-secret)
|
||||||
- [talhelper environment vars](#talhelper-environment-vars)
|
- [talhelper environment vars](#talhelper-environment-vars)
|
||||||
- [talhelper genconfig](#talhelper-genconfig)
|
|
||||||
- [talconfig.yaml](#talconfigyaml)
|
- [talconfig.yaml](#talconfigyaml)
|
||||||
|
- [talhelper genconfig](#talhelper-genconfig)
|
||||||
- [Talos image factory](#talos-image-factory)
|
- [Talos image factory](#talos-image-factory)
|
||||||
- [Boot Image](#boot-image)
|
- [Boot Image](#boot-image)
|
||||||
- [Cluster bootstrap](#cluster-bootstrap)
|
- [Cluster bootstrap](#cluster-bootstrap)
|
||||||
|
@ -69,12 +69,6 @@ vi talenv.yaml
|
||||||
sops -e -i 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
|
## 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/).
|
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
|
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
|
## Talos image factory
|
||||||
Vist the website https://factory.talos.dev
|
Vist the website https://factory.talos.dev
|
||||||
|
|
||||||
|
@ -101,7 +101,8 @@ Vist the website https://factory.talos.dev
|
||||||
# Cluster bootstrap
|
# Cluster bootstrap
|
||||||
```bash
|
```bash
|
||||||
talosctl apply-config --insecure -n 10.10.10.3 --file clusterconfig/home-cluster-talos-01.yaml
|
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
|
## Cilium CNI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue