Fixed dns issue, updated Talos

This commit is contained in:
Max Pfeiffer
2026-01-03 17:48:11 +01:00
parent e533438a5b
commit c9fc58993c
5 changed files with 29 additions and 17 deletions

View File

@@ -1,9 +1,14 @@
machine:
features:
hostDNS:
forwardKubeDNSToHost: false
install:
disk: ${install_disk}
image: ${install_image}
network:
hostname: ${hostname}
nameservers:
- ${dns}
interfaces:
- deviceSelector:
physical: true

View File

@@ -1,9 +1,14 @@
machine:
features:
hostDNS:
forwardKubeDNSToHost: false
install:
disk: ${install_disk}
image: ${install_image}
network:
hostname: ${hostname}
nameservers:
- ${dns}
interfaces:
- deviceSelector:
physical: true