Update troubleshooting-kubeadm.md

This commit is contained in:
Qiming 2018-01-11 10:07:26 +08:00 committed by GitHub
parent a3cee551bc
commit ee7824bf2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,9 @@ This may be caused by a number of problems. The most common are:
1. Install docker again following intstructions
[here](/docs/setup/independent/install-kubeadm/#installing-docker).
1. Change the kubelet config to match the Docker cgroup driver manually, you can refer to `Errors on CentOS when setting up masters` part in this page.
1. Change the kubelet config to match the Docker cgroup driver manually, you can refer to
[Errors on CentOS when setting up masters](#errors-on-centos-when-setting-up-masters)
for detailed instructions.
- control plane Docker containers are crashlooping or hanging. You can check this by running `docker ps` and investigating each container by running `docker logs`.