Skip to content
Snippets Groups Projects
Commit 5f2bb331 authored by Anthony Haussmann's avatar Anthony Haussmann
Browse files

Correct nslookup command

Change nslookup command to check the right cluster_name
parent 429b08a4
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ spec:
# net memory requested by the pod constant.
memory: 50Mi
args:
- -cmd=nslookup kubernetes.default.svc.cluster.local 127.0.0.1 >/dev/null && nslookup kubernetes.default.svc.cluster.local 127.0.0.1:10053 >/dev/null
- -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
- -port=8080
- -quiet
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment