Use CoreDNS for in-cluster DNS requests and caching.

This commit is contained in:
Tom Alexander
2025-12-29 21:15:29 -05:00
parent 5c445da492
commit 6546edd82f
2 changed files with 8 additions and 4 deletions

View File

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