Update troubleshooting-kubeadm.md

This commit is contained in:
Qiming
2017-11-15 14:06:13 +08:00
committed by GitHub
parent d7278dbd9d
commit 8d20b9e72a
@@ -46,7 +46,7 @@ If you notice that `kubeadm init` hangs after printing out the following line
``` ```
You may want to first check if your node has network connection problem. You may want to first check if your node has network connection problem.
Another reason that `kubeadm init` hands is that the default CGroup driver configuration Another reason that `kubeadm init` hangs could be that the default cgroup driver configuration
for the kubelet differs from that used by Docker. for the kubelet differs from that used by Docker.
Check the system log file (e.g. `var/log/message`) or examine the output from `journalctl -u kubelet`. Check the system log file (e.g. `var/log/message`) or examine the output from `journalctl -u kubelet`.