Skip to content
Snippets Groups Projects
Commit 6684766c authored by Smaine Kahlouch's avatar Smaine Kahlouch Committed by GitHub
Browse files

Merge pull request #520 from kubespray/use_dns_name_kubedns

use variable dns_domain instead of cluster_name for kubedns
parents 0f461282 336e2b8c
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ spec:
timeoutSeconds: 5
args:
# command = "/kube-dns"
- --domain={{ cluster_name }}.
- --domain={{ dns_domain }}.
- --dns-port=10053
ports:
- containerPort: 10053
......@@ -91,7 +91,7 @@ spec:
# net memory requested by the pod constant.
memory: 50Mi
args:
- -cmd=nslookup kubernetes.default.svc.{{ cluster_name }} 127.0.0.1 >/dev/null && nslookup kubernetes.default.svc.{{ cluster_name }} 127.0.0.1:10053 >/dev/null
- -cmd=nslookup kubernetes.default.svc.{{ dns_domain }} 127.0.0.1 >/dev/null && nslookup kubernetes.default.svc.{{ dns_domain }} 127.0.0.1:10053 >/dev/null
- -port=8080
- -quiet
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment