Fix DNS resolution.

This commit is contained in:
Tom Alexander
2025-12-22 00:14:17 -05:00
parent 641adf9dd3
commit 1effb2830f
2 changed files with 4 additions and 1 deletions

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"