This commit is contained in:
Marcel Straub
2025-09-13 20:26:17 +02:00
parent 18941f9eec
commit 9e7485cafc

View File

@@ -9,6 +9,12 @@ machine:
overridePath: true
%{endfor}
%{endif}
# https://github.com/siderolabs/talos/issues/10002
# Incompatibility with Cilium BPF routing and Talos Host DNS
features:
hostDNS:
enabled: true
forwardKubeDNSToHost: false
kubelet:
image: ghcr.io/siderolabs/kubelet:${kubernetes_version}
%{if kubelet != ""}