From d49a3dda8efddc7832a539a1863cada672fa768a Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys Date: Thu, 2 Nov 2017 17:02:32 -0700 Subject: [PATCH] kubelet: an => a (#6159) "PodSpec" doesn't start with a vowel. --- docs/admin/kubelet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/kubelet.md b/docs/admin/kubelet.md index 0ef6d4dda1..352167cbdb 100644 --- a/docs/admin/kubelet.md +++ b/docs/admin/kubelet.md @@ -16,7 +16,7 @@ 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 an PodSpec from the apiserver, there are three ways that a container +Other than from a PodSpec from the apiserver, there are three ways that a container manifest can be provided to the Kubelet. File: Path passed as a flag on the command line. Files under this path will be monitored