From 4c35ac8697dc8d51044b0fa33e8e17c42c56a255 Mon Sep 17 00:00:00 2001 From: Brian Fallik Date: Sat, 22 Aug 2015 13:51:00 -0400 Subject: [PATCH] Update kubelet.md fix simple typo --- 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 4fabca1ee68..cf2511423ae 100644 --- a/docs/admin/kubelet.md +++ b/docs/admin/kubelet.md @@ -13,7 +13,7 @@ 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