Fix DNS resolution.
This commit is contained in:
parent
645c71ce33
commit
f34e393803
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user