From d2e30e643f37a44af9329637724c86555b5d5ca3 Mon Sep 17 00:00:00 2001 From: Li Yi Date: Sun, 28 Mar 2021 15:01:06 +0800 Subject: [PATCH] Refine the problem determination --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de8ea45..5eb660d 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,16 @@ pred='process matches ".*(ocker|vpnkit).*" 在Windows上: 如果在Kubernetes部署的过程中出现问题,可以在 C:\ProgramData\DockerDesktop下的service.txt 查看Docker日志; -如果看到 Kubernetes一直在启动状态,请参考 [Issue 3769(comment)](https://github.com/docker/for-win/issues/3769#issuecomment-486046718) 和 [Issue 1962(comment)](https://github.com/docker/for-win/issues/1962#issuecomment-431091114) + + +**问题诊断**: + +如果看到 Kubernetes一直在启动状态,请参考 + +* [Issue 3769(comment)](https://github.com/docker/for-win/issues/3769#issuecomment-486046718) 或 [Issue 3649(comment)](https://github.com/docker/for-mac/issues/3649#issuecomment-497441158) + * 在macOS上面,执行 ```rm -fr '~/Library/Group\ Containers/group.com.docker/pki'``` + * 在Windows上面删除 'C:\ProgramData\DockerDesktop\pki' 目录 +* [Issue 1962(comment)](https://github.com/docker/for-win/issues/1962#issuecomment-431091114) ### 配置 Kubernetes