Skip to content

Commit

Permalink
docs: change localDNS to hostDNS in release notes yaml section
Browse files Browse the repository at this point in the history
Also add a note about how-to enable dns caching for k8s pods.

Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
(cherry picked from commit 5622f0e)
  • Loading branch information
DmitriyMV authored and smira committed Apr 12, 2024
1 parent 78f9713 commit abf302f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit abf302f

Please sign in to comment.