-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coredns can't resolve domain #111
Comments
"clouster.local" looks like a typo. |
change to cluster.local, but still not resolve
|
You’re getting inconsistent results, sometimes a timeout, sometimes an answer (NXDOMAIN) which implies network connectivity issues, perhaps only on some nodes or between nodes. There are two coredns replicas by default, and it’s possible that your client pod (dnstools) may have a route to one but not the other depending on which nodes they get scheduled on.
On Nov 22, 2018, at 9:59 AM, zhoufurong <notifications@github.com<mailto:notifications@github.com>> wrote:
change to cluster.local, but still not resolve
# kubectl exec -it dnstools -- /bin/sh
dnstools# nslookup example-service
;; connection timed out; no servers could be reached
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_coredns_deployment_issues_111-23issuecomment-2D441055057&d=DwMCaQ&c=CWsWqoUynJrLESJQduOsxQ&r=fqtOgeJR6kXT8siDsioK_cuszjJxxWjoOLsT1wkHy5k&m=wSf0HenNgRzyfcZ9izoYs4Lo74gDP3eNw8qCeJKhmYc&s=Dqd2-7TP4UEVoa_zH6owOE-syK9ciLv9uY0x_QHvCqs&e=>, or mute the thread<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ANq-2DNVoebSVuYUT2cSTvJWxvw6LrCHzCks5uxru6gaJpZM4YsSq-5F&d=DwMCaQ&c=CWsWqoUynJrLESJQduOsxQ&r=fqtOgeJR6kXT8siDsioK_cuszjJxxWjoOLsT1wkHy5k&m=wSf0HenNgRzyfcZ9izoYs4Lo74gDP3eNw8qCeJKhmYc&s=d7sLx-L4HuZ3-ChhS4jnFqwRCmnuBX17mxN-QJtdXXE&e=>.
|
cool, internal is OK! thanks a lot
|
public cloud is not OK! I will continue try, thank you |
@chrisohaver hi, i am facing same problem but both internal & external domain do not work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
deploy setup:
another pod can't resolve domains, for example:
my deployment method correct?
The text was updated successfully, but these errors were encountered: