K3d pod 的 DNS 问题
使用 k3d,当 pod 尝试通过互联网访问 URL 时,我收到 DNS 错误。
ERROR:
getaddrinfo EAI_AGAIN DNS could not be resolved
我怎样才能克服这个错误?
With k3d, I am receiving a DNS error when the pod tries to access a URL over the internet.
ERROR:
getaddrinfo EAI_AGAIN DNS could not be resolved
How can I get past this error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您的环境、操作系统、版本。
例如,您将在
k3d-io/k3d issues 209
这可能与 k3d 创建 docker 网络的方式有关。
这就是为什么有“v3/networking:
--network
标志附加到现有网络",参考 网络。在新标志之前:
It depends on your context, OS, version.
For instance, you will see various proxy issue in
k3d-io/k3d
issue 209this could be related to the way k3d creates the docker network.
Which is why there is "v3/networking:
--network
flag to attach to existing networks", referring to Networking.Before that new flag: