Compare commits
No commits in common. "05e83100560b1dfd065c0c3a6359fe15aba7f3dd" and "ace89ded664e7533071d826085c283559bc622de" have entirely different histories.
05e8310056
...
ace89ded66
2 changed files with 3 additions and 10 deletions
|
@ -58,9 +58,3 @@ 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,6 +27,9 @@ 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:
|
||||||
|
@ -43,10 +46,6 @@ 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