From e4c36571f18d22978e12acbc97a95c1e760959c7 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 8 Aug 2024 12:50:06 -0500 Subject: [PATCH] disable forwardKubeDNSToHost. --- kubernetes/bootstrap/talos/talconfig.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kubernetes/bootstrap/talos/talconfig.yaml b/kubernetes/bootstrap/talos/talconfig.yaml index fe74101..b0a004a 100644 --- a/kubernetes/bootstrap/talos/talconfig.yaml +++ b/kubernetes/bootstrap/talos/talconfig.yaml @@ -76,6 +76,14 @@ nodes: - rbind - rshared - rw + # disables new feature that forwards kube-dns to host-dns 10.96.0.10 --> 10.96.0.9 + - |- + machine: + features: + hostDNS: + enabled: true + forwardKubeDNSToHost: false + controlPlane: patches: # Disable search domain everywhere