question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

i/o timeout in coredns pod

See original GitHub issue

Copying from https://github.com/ubuntu/microk8s/issues/958#issuecomment-661986123, as this looks to be the crux of the issue. For some reason, some queries to 8.8.8.8 and 8.8.4.4 for api.jujucharms.com are failing:

[ERROR] plugin/errors: 2 2577415620770853004.8780143945028532492. HINFO: read udp 10.1.21.36:44631->8.8.4.4:53: i/o timeout
[INFO] 10.1.21.38:33385 - 46047 "AAAA IN api.jujucharms.com.localdomain. udp 48 false 512" NOERROR - 0 2.000755655s
[ERROR] plugin/errors: 2 api.jujucharms.com.localdomain. AAAA: read udp 10.1.21.36:57766->8.8.8.8:53: i/o timeout
[INFO] 10.1.21.38:36178 - 22767 "A IN api.jujucharms.com.localdomain. udp 48 false 512" NOERROR - 0 2.000677982s
[ERROR] plugin/errors: 2 api.jujucharms.com.localdomain. A: read udp 10.1.21.36:44211->8.8.8.8:53: i/o timeout
[INFO] 10.1.21.38:60455 - 56232 "AAAA IN api.jujucharms.com.localdomain. udp 48 false 512" NOERROR - 0 2.000352953s
[ERROR] plugin/errors: 2 api.jujucharms.com.localdomain. AAAA: read udp 10.1.21.36:45297->8.8.8.8:53: i/o timeout
[INFO] 10.1.21.38:50299 - 52151 "A IN api.jujucharms.com.localdomain. udp 48 false 512" NOERROR - 0 2.000257257s
[ERROR] plugin/errors: 2 api.jujucharms.com.localdomain. A: read udp 10.1.21.36:40710->8.8.4.4:53: i/o timeout
[INFO] 10.1.21.38:39253 - 3642 "AAAA IN api.jujucharms.com. udp 36 false 512" NOERROR - 0 2.000834815s
[ERROR] plugin/errors: 2 api.jujucharms.com. AAAA: read udp 10.1.21.36:38538->8.8.8.8:53: i/o timeout
[INFO] 10.1.21.38:47372 - 10457 "A IN api.jujucharms.com. udp 36 false 512" NOERROR - 0 2.000768237s
[ERROR] plugin/errors: 2 api.jujucharms.com. A: read udp 10.1.21.36:33745->8.8.4.4:53: i/o timeout
[INFO] 10.1.21.38:47852 - 7227 "AAAA IN api.jujucharms.com. udp 36 false 512" NOERROR - 0 2.000442768s
[ERROR] plugin/errors: 2 api.jujucharms.com. AAAA: read udp 10.1.21.36:42672->8.8.4.4:53: i/o timeout
[INFO] 10.1.21.38:60290 - 23521 "A IN api.jujucharms.com. udp 36 false 512" NOERROR - 0 2.000334072s
[ERROR] plugin/errors: 2 api.jujucharms.com. A: read udp 10.1.21.36:52312->8.8.8.8:53: i/o timeout

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:24 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
mohammedi-harounecommented, Mar 25, 2022

I’m facing the exact same issue, anyone come up with a solution to this ?

0reactions
SidMoradcommented, Jun 19, 2022

I did face this issue in following environment:

  • Ubuntu 20.04
  • Microk8s channel 1.24/stable

and upgrading to Ubuntu 22.04 solves the issue. I hope this be useful for fixing this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

coredns i/o timeout when trying to resolve external domains
kubernetes pods try to resolve external domains but get "can't resolve xxx" error, coredns shows i/o timeout. The pods uses coredns service ip ......
Read more >
plugin/errors: 2 oap. A: dial udp 100.100.2.136:53: i/o timeout ...
When coreDNS gets request that is outside the cluster domain (eg. ... If the other node that run the coreDNS pod is function...
Read more >
CoreDNS [ERROR] plugin/errors: 2 - Discuss Kubernetes
I've setup a LAB cluster with 3 node (node1, node2, node3), node 1 is master. but services in cluster deployment did, still working...
Read more >
CoreDNS pods DNS resolution issue | by Mohan P Edala
Root cause: There was a minor network glitch which caused interruption between the cluster and DNS server which led to dns resolution ...
Read more >
Troubleshoot DNS failures with Amazon EKS - AWS
If you experience DNS query timeouts to the CoreDNS pod that you're monitoring and don't see the query in the packet capture, then...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found