Commit 60a06304 authored by Eric Wright's avatar Eric Wright

typo where echanisms should be mechanisms

parent 213e7a8a
...@@ -41,7 +41,7 @@ Documentation for other releases can be found at ...@@ -41,7 +41,7 @@ Documentation for other releases can be found at
The kubelet is the primary "node agent" that runs on each 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 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 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. described in those PodSpecs are running and healthy.
Other than from an PodSpec from the apiserver, there are three ways that a container Other than from an PodSpec from the apiserver, there are three ways that a container
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment