From d88562d0701133968c06e374a2b12e03d92cc068 Mon Sep 17 00:00:00 2001 From: yuqi huang Date: Wed, 16 Sep 2015 11:47:02 +0800 Subject: [PATCH] fix the syntax error in docs fix the syntax error in docs --- docs/admin/cluster-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/cluster-components.md b/docs/admin/cluster-components.md index 62ad843090d..7503af1b724 100644 --- a/docs/admin/cluster-components.md +++ b/docs/admin/cluster-components.md @@ -118,7 +118,7 @@ the Kubernetes runtime environment. ### kubelet [kubelet](kubelet.md) is the primary node agent. It: -* Watches for pods that have been assigned to its node (either by apiserver or +* Watches for pods that have been assigned to its node (either by apiserver or via local configuration file) and: * Mounts the pod's required volumes * Downloads the pod's secrets