Fix DNS resolution.

This commit is contained in:
Tom Alexander
2025-12-22 00:14:17 -05:00
parent 83ea14b0a4
commit 0ad71fc915
2 changed files with 4 additions and 1 deletions

View File

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

View File

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