Use CoreDNS for in-cluster DNS requests and caching.

This commit is contained in:
Tom Alexander 2025-12-29 21:15:29 -05:00 committed by Tom Alexander
parent 710603e20b
commit 77c40726ff
Signed by: talexander
GPG Key ID: 36C99E8B3C39D85F
2 changed files with 8 additions and 4 deletions

View File

@ -201,8 +201,11 @@ metadata:
spec: spec:
selector: selector:
k8s-app: kube-dns k8s-app: kube-dns
# clusterIP: 10.197.0.10 ipFamilyPolicy: PreferDualStack
clusterIP: "fd00:3e42:e349::10" clusterIP: "fd00:3e42:e349::10"
clusterIPs:
- "fd00:3e42:e349::10"
- "10.197.0.10"
ports: ports:
- name: dns - name: dns
port: 53 port: 53

View File

@ -23,6 +23,7 @@ registerNode: true
runtimeRequestTimeout: "15m" runtimeRequestTimeout: "15m"
tlsCertFile: "/.persist/keys/kube/kubelet.crt" tlsCertFile: "/.persist/keys/kube/kubelet.crt"
tlsPrivateKeyFile: "/.persist/keys/kube/kubelet.key" tlsPrivateKeyFile: "/.persist/keys/kube/kubelet.key"
# clusterDomain: "cluster.local" clusterDomain: "cluster.local"
# clusterDNS: clusterDNS:
# - "10.197.0.10" - "10.197.0.10"
- "fd00:3e42:e349::10"