From 99013d17c81984f5b697ad631a41348ec3da6956 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Tue, 28 Mar 2017 06:21:35 +0800 Subject: [PATCH] rephrase the sentence rephrase the sentence. PodSpec is one way, there are three other ways through apiserver. rephrasing the sentence can make it clear. --- docs/admin/kubelet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/kubelet.md b/docs/admin/kubelet.md index 4a57e00d60..5bf5df0a8e 100644 --- a/docs/admin/kubelet.md +++ b/docs/admin/kubelet.md @@ -17,8 +17,8 @@ various mechanisms (primarily through the apiserver) and ensures that the contai described in those PodSpecs are running and healthy. The kubelet doesn't manage containers which were not created by Kubernetes. -Other than from a PodSpec from the apiserver, there are three ways that a container -manifest can be provided to the Kubelet. +Other than from a PodSpec, there are three ways that a container +manifest can be provided to the Kubelet from the apiserver. File: Path passed as a flag on the command line. This file is rechecked every 20 seconds (configurable with a flag).