From e8443ccfa1524f1b7e68635ce7c4dde8f352f787 Mon Sep 17 00:00:00 2001 From: BenVincent Date: Mon, 20 Jul 2026 22:41:29 +1000 Subject: [PATCH] feat: migrate clients to use bind-dns in kubernetes (#490) - change the default anycast nameserver to bind-internal resolvers in kubernetes --------- Co-authored-by: Ben Vincent Reviewed-on: https://git.unkin.net/unkin/puppet-prod/pulls/490 --- hieradata/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index e56f1ac..0b9a6fe 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -208,7 +208,7 @@ vault::manage_config_dir: true vault::disable_mlock: false profiles::dns::base::nameservers: - - 198.18.19.16 + - 198.18.200.7 profiles::dns::master::basedir: '/var/named/sources' # dns record publishing. During the k8s cutover both methods run; set