Skip to content

Commit

Permalink
feat(talos): enable hostDNS and resolveMemberNames
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jun 3, 2024
1 parent d566efb commit b1b2100
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,15 @@ patches:
validSubnets:
- #{ bootstrap_node_network }#
# Enable host dns
- |-
machine:
features:
hostDNS:
enabled: true
resolveMemberNames: true
forwardKubeDNSToHost: false
#% if bootstrap_dns_servers | length %#
# Force nameserver
- |-
Expand Down

0 comments on commit b1b2100

Please sign in to comment.