Fix DNS resolution.

This commit is contained in:
Tom Alexander 2025-12-22 00:14:17 -05:00 committed by Tom Alexander
parent 645c71ce33
commit f34e393803
Signed by: talexander
GPG Key ID: 36C99E8B3C39D85F
2 changed files with 4 additions and 1 deletions

View File

@ -201,7 +201,7 @@ metadata:
spec: spec:
selector: selector:
k8s-app: kube-dns k8s-app: kube-dns
# clusterIP: $DNS_SERVER_IP clusterIP: 10.197.0.10
ports: ports:
- name: dns - name: dns
port: 53 port: 53

View File

@ -23,3 +23,6 @@ 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"
clusterDNS:
- "10.197.0.10"