-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
dns timout #383
Comments
Replace kubedns with coredns
… On Sep 3, 2018, at 1:32 PM, Giovanni Salvador ***@***.***> wrote:
Would you have any recommendations for those getting the following response from the DNS queries:
$ kubectl exec -ti $POD_NAME -- nslookup kubernetes
;; connection timed out; no servers could be reached
command terminated with exit code 1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@gio-salvador |
@omarrayward is right, it´s just the busybox image is crap - see this fix #384 |
I specified the version of busybox to 1.28.4 per this stack overflow and resolution started working for me
|
KubeDNS has been replaced with CoreDNS and all examples have been tested with the new configuration and verified to be working with the latest release of this guide. |
Would you have any recommendations for those getting the following response from the DNS queries:
$ kubectl exec -ti $POD_NAME -- nslookup kubernetes
;; connection timed out; no servers could be reached
command terminated with exit code 1
The text was updated successfully, but these errors were encountered: