feat: Update to talos and kubernetes

This commit is contained in:
2026-04-17 21:42:45 +02:00
parent 30a385b1e6
commit a44417fb67
24 changed files with 54 additions and 43 deletions
+7
View File
@@ -0,0 +1,7 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/siderolabs/talos/refs/heads/release-1.12/website/content/v1.12/schemas/config.schema.json
apiVersion: v1alpha1
kind: ResolverConfig
nameservers:
{% for dns in node.network.dns %}
- address: {{ dns }}
{% endfor %}