From 60a06304ad4817d84acb229d7190ef2b4050caa6 Mon Sep 17 00:00:00 2001 From: Eric Wright Date: Fri, 7 Aug 2015 13:29:34 -0400 Subject: [PATCH] typo where echanisms should be mechanisms --- 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 17a464a838a..e5dfec1d2d6 100644 --- a/docs/admin/kubelet.md +++ b/docs/admin/kubelet.md @@ -41,7 +41,7 @@ Documentation for other releases can be found at The kubelet is the primary "node agent" that runs on each node. The kubelet works in terms of a PodSpec. A PodSpec is a YAML or JSON object that describes a pod. The kubelet takes a set of PodSpecs that are provided through -various echanisms (primarily through the apiserver) and ensures that the containers +various mechanisms (primarily through the apiserver) and ensures that the containers described in those PodSpecs are running and healthy. Other than from an PodSpec from the apiserver, there are three ways that a container