feat: Rewrote render tool in rust

This also came with a big rework of the configuration format that should
make everything a bit less hacky to work with.
This commit is contained in:
2026-04-01 06:54:39 +02:00
parent 08c1d0c605
commit 7cf007256c
65 changed files with 194 additions and 3724 deletions
+12
View File
@@ -0,0 +1,12 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/siderolabs/talos/refs/heads/release-1.11/website/content/v1.11/schemas/config.schema.json
machine:
features:
hostDNS:
# This option is enabled by default and causes issues with cilium
forwardKubeDNSToHost: false
cluster:
network:
cni:
name: none
proxy:
disabled: true