Docker对于Windows CE:Kubernetes:无法连接到服务器eof [英] Docker For Windows CE: Kubernetes: Unable to connect to the server eof

查看:348
本文介绍了Docker对于Windows CE:Kubernetes:无法连接到服务器eof的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我根本无法找到解决无法连接到服务器eof"的解决方案,希望我们能够解决此问题,并在将来寻求解决此问题时对某些人有所帮助.我试图将所有信息都包括在屏幕截图中.让我知道是否需要更多信息.

I simply cannot find a solution for this " Unable to connect to the server eof", hopefully we solve this and it helps somebody in future, when searching to fix this issue. I tried to include all information in the screenshot. Let me know if more information is required.

我已尝试添加请求的信息,让我知道您是否还有其他需要或希望我尝试的信息.

I have tried to add the information requested, let me know if theres anything else you need or want me to try.

推荐答案

请尝试直接进入kube-dns docker容器的日志,如下所示:

Please try to get into logs of kube-dns docker container directly as below:

  1. 在Docker桌面设置中启用'显示系统容器'选项:
  2. 检查是否曾经运行过kube-dns容器:
  1. Enable 'Show system containers' option in Docker Desktop settings:
  2. Check if kube-dns container was ever run:

docker ps -a --filter name = k8s_kubedns_kube-dns --format"table {{.ID}} \ t {{.Image}}"

docker ps -a --filter name=k8s_kubedns_kube-dns --format "table {{.ID}}\t{{.Image}}"

您应该看到与此类似的命令输出:

You should see similar command output to this:

容器ID图像
9009731e183d 80cc5ea4b547

CONTAINER ID IMAGE
9009731e183d 80cc5ea4b547

  1. 通过以下方式获取kube-dns容器日志:

docker日志{your_container_id} --tail 100

docker logs {your_container_id} --tail 100

这篇关于Docker对于Windows CE:Kubernetes:无法连接到服务器eof的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆