From fba742b34f5b76d03cd6b0d98a23445e25a674e4 Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Wed, 29 Jul 2026 00:29:20 +0200 Subject: [PATCH] add kubernetes local host resolution to homeassistant --- homeassistant/homeassistant.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/homeassistant/homeassistant.yaml b/homeassistant/homeassistant.yaml index bb03ef8..380f046 100644 --- a/homeassistant/homeassistant.yaml +++ b/homeassistant/homeassistant.yaml @@ -120,6 +120,11 @@ spec: values: - raspberrypi hostNetwork: true + # Required for hostNetwork pods to resolve cluster DNS + # (*.svc.cluster.local) via kube-dns instead of the host's resolver. + # Without this, resolv.conf points at the host (1.1.1.1) and in-cluster + # services like wyoming-whisper.llamacpp.svc.cluster.local won't resolve. + dnsPolicy: ClusterFirstWithHostNet volumes: - name: config persistentVolumeClaim: