From aae947f5f46d12febb34fec32d77eafc7a97569e Mon Sep 17 00:00:00 2001 From: Lihua Tang Date: Mon, 5 Feb 2018 06:17:05 +0800 Subject: [PATCH] Typo fix: intstructions -> instructions (#7230) --- docs/setup/independent/troubleshooting-kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/independent/troubleshooting-kubeadm.md b/docs/setup/independent/troubleshooting-kubeadm.md index 9aa8a4f0ef..8c88a1bc66 100644 --- a/docs/setup/independent/troubleshooting-kubeadm.md +++ b/docs/setup/independent/troubleshooting-kubeadm.md @@ -58,7 +58,7 @@ This may be caused by a number of problems. The most common are: There are two common ways to fix the cgroup driver problem: - 1. Install docker again following intstructions + 1. Install docker again following instructions [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](#errors-on-centos-when-setting-up-masters)