From 87fce1e6d42202712ba7ee6ba1965b17b6cc72a4 Mon Sep 17 00:00:00 2001 From: juvdiaz Date: Thu, 28 May 2026 00:02:46 -0600 Subject: [PATCH] Disable NodeLocal DNS by default --- bootstrap/platform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/platform/variables.tf b/bootstrap/platform/variables.tf index 2ccc19c..430d5a1 100644 --- a/bootstrap/platform/variables.tf +++ b/bootstrap/platform/variables.tf @@ -103,7 +103,7 @@ variable "nodelocal_dns" { }) default = { - enabled = true + enabled = false image = "registry.k8s.io/dns/k8s-dns-node-cache:1.26.8" local_ip = "169.254.20.10" cluster_dns_ip = "10.96.0.10"