From abf302fb57b2cd8965bb3736f5aab13d0d82f978 Mon Sep 17 00:00:00 2001 From: Dmitriy Matrenichev Date: Fri, 5 Apr 2024 19:59:28 +0300 Subject: [PATCH] docs: change localDNS to hostDNS in release notes yaml section Also add a note about how-to enable dns caching for k8s pods. Signed-off-by: Dmitriy Matrenichev (cherry picked from commit 5622f0e450eda589f4b9a2af28b8517d08c2aae2) --- hack/release.toml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/hack/release.toml b/hack/release.toml index 997f221837..dfa5cabda7 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -40,9 +40,22 @@ Talos Linux now provides a caching DNS resolver for host workloads (including h ```yaml machine: - features: - localDNS: false + features: + hostDNS: + enabled: false ``` + +You can also enable dns caching for k8s pods with: + +```yaml +machine: + features: + hostDNS: + enabled: true + forwardKubeDNSToHost: true +``` + +Please note that on running cluster you will have to kill CoreDNS pods for this change to apply. """ [notes.secureboot-image]