Use CoreDNS for in-cluster DNS requests and caching.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user