[求助] k8s 的内的 container 无法连接外网

2017-10-26 19:24:38 +08:00
 dirk41

通过 ip 可以但是域名不行

有没有大神遇到类似问题的,请帮忙解答

os@master:/data/jenkins$ kubectl exec -it jenkins-7fb9c8886f-d99qp bash
jenkins@jenkins-7fb9c8886f-d99qp:/$ curl -I baidu.com
curl: (6) Could not resolve host: baidu.com
jenkins@jenkins-7fb9c8886f-d99qp:/$ curl -I 111.13.101.208
HTTP/1.1 200 OK
Date: Thu, 26 Oct 2017 11:23:41 GMT
Server: Apache
Last-Modified: Tue, 12 Jan 2010 13:48:00 GMT
ETag: "51-47cf7e6ee8400"
Accept-Ranges: bytes
Content-Length: 81
Cache-Control: max-age=86400
Expires: Fri, 27 Oct 2017 11:23:41 GMT
Connection: Keep-Alive
Content-Type: text/html
2351 次点击
所在节点    程序员
3 条回复
goapi
2017-10-26 19:43:23 +08:00
gwind
2017-10-27 10:03:56 +08:00
临时测试
echo "nameserver 8.8.8.8" > /etc/resolv.conf
mritd
2017-10-27 15:07:45 +08:00
k8s 上游 dns 设置有问题,检查 kubelet 设置 还有 kube-dns 组件状态

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/401040

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX