From ec9a1e65114af3e9059db121dab0fb3139258c46 Mon Sep 17 00:00:00 2001 From: sujiba Date: Tue, 6 May 2025 01:02:27 +0200 Subject: [PATCH 1/2] fix: moved time server to patch --- talos/talconfig.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/talos/talconfig.yaml b/talos/talconfig.yaml index 8a63a92..32c6a16 100644 --- a/talos/talconfig.yaml +++ b/talos/talconfig.yaml @@ -27,9 +27,6 @@ nodes: nameservers: - 10.10.10.1 installDisk: /dev/nvme0n1 - time: - servers: - - 10.10.10.1 userVolumes: - name: local-storage provisioning: @@ -46,6 +43,10 @@ nodes: patches: - |- + machine: + time: + servers: + - 10.10.10.1 cluster: network: cni: From 05e83100560b1dfd065c0c3a6359fe15aba7f3dd Mon Sep 17 00:00:00 2001 From: sujiba Date: Tue, 6 May 2025 01:04:44 +0200 Subject: [PATCH 2/2] feat: added talhelper genconfig --- talos/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/talos/README.md b/talos/README.md index 4484d5b..773c0bc 100644 --- a/talos/README.md +++ b/talos/README.md @@ -58,3 +58,9 @@ The command `talhelper genconfig` will create a `.gitignore`, `talosconfig` and > [!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/). + +```bash +vi talconfig.yaml +``` \ No newline at end of file