Compare commits
2 commits
ace89ded66
...
05e8310056
Author | SHA1 | Date | |
---|---|---|---|
|
05e8310056 | ||
|
ec9a1e6511 |
2 changed files with 10 additions and 3 deletions
|
@ -58,3 +58,9 @@ The command `talhelper genconfig` will create a `.gitignore`, `talosconfig` and
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
> The `.gitignore` contains all genereted files from `talhelper genconfig` because those files contain unencrypted secrets.
|
> 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/).
|
||||||
|
|
||||||
|
```bash
|
||||||
|
vi talconfig.yaml
|
||||||
|
```
|
|
@ -27,9 +27,6 @@ nodes:
|
||||||
nameservers:
|
nameservers:
|
||||||
- 10.10.10.1
|
- 10.10.10.1
|
||||||
installDisk: /dev/nvme0n1
|
installDisk: /dev/nvme0n1
|
||||||
time:
|
|
||||||
servers:
|
|
||||||
- 10.10.10.1
|
|
||||||
userVolumes:
|
userVolumes:
|
||||||
- name: local-storage
|
- name: local-storage
|
||||||
provisioning:
|
provisioning:
|
||||||
|
@ -46,6 +43,10 @@ nodes:
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- |-
|
- |-
|
||||||
|
machine:
|
||||||
|
time:
|
||||||
|
servers:
|
||||||
|
- 10.10.10.1
|
||||||
cluster:
|
cluster:
|
||||||
network:
|
network:
|
||||||
cni:
|
cni:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue