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 <[email protected]>
  • Loading branch information
DmitriyMV committed Apr 5, 2024
1 parent 01d8b89 commit 5622f0e
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 5622f0e

Please sign in to comment.