Skip to content

Commit 2a284de

Browse files
committed
fix(talos): disable Host DNS
1 parent 4a9b5b6 commit 2a284de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

kubernetes/jsdyb-k8s-001/talos/talconfig.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@ controlPlane:
206206
network:
207207
nameservers:
208208
- ${DNS_SERVER}
209+
# Disable Host DNS
210+
- |-
211+
machine:
212+
features:
213+
hostDNS:
214+
enabled: true
215+
resolveMemberNames: true
216+
forwardKubeDNSToHost: false
209217
210218
# Configure NTP
211219
- |-

0 commit comments

Comments
 (0)