From b568610c0861580d2f43eede520a2374e4219087 Mon Sep 17 00:00:00 2001 From: lichuqiang Date: Fri, 18 Aug 2017 06:48:30 +0800 Subject: [PATCH] fix typo (#4964) --- docs/admin/high-availability/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/admin/high-availability/index.md b/docs/admin/high-availability/index.md index d06068d58f..298598d851 100644 --- a/docs/admin/high-availability/index.md +++ b/docs/admin/high-availability/index.md @@ -195,8 +195,7 @@ touch /var/log/kube-scheduler.log touch /var/log/kube-controller-manager.log ``` -Next, set up the descriptions of the scheduler and controller manager pods on each node. -by copying [kube-scheduler.yaml](/docs/admin/high-availability/kube-scheduler.yaml) and [kube-controller-manager.yaml](/docs/admin/high-availability/kube-controller-manager.yaml) into the `/etc/kubernetes/manifests/` directory. +Next, set up the descriptions of the scheduler and controller manager pods on each node by copying [kube-scheduler.yaml](/docs/admin/high-availability/kube-scheduler.yaml) and [kube-controller-manager.yaml](/docs/admin/high-availability/kube-controller-manager.yaml) into the `/etc/kubernetes/manifests/` directory. ## Conclusion