Skip to content

Commit b8ecdaf

Browse files
authored
Merge pull request #20437 from peterwilson/patch-1
Fix grammatical error
2 parents 7b637bd + c02121b commit b8ecdaf

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/reference/command-line-tools-reference

1 file changed

+1
-1
lines changed

content/en/docs/reference/command-line-tools-reference/kubelet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ node. It can register the node with the apiserver using one of: the hostname; a
1212
The kubelet works in terms of a PodSpec. A PodSpec is a YAML or JSON object
1313
that describes a pod. The kubelet takes a set of PodSpecs that are provided through various mechanisms (primarily through the apiserver) and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesn't manage containers which were not created by Kubernetes.
1414

15-
Other than from an PodSpec from the apiserver, there are three ways that a container manifest can be provided to the Kubelet.
15+
Other than from a PodSpec from the apiserver, there are three ways that a container manifest can be provided to the Kubelet.
1616

1717
File: Path passed as a flag on the command line. Files under this path will be monitored periodically for updates. The monitoring period is 20s by default and is configurable via a flag.
1818

0 commit comments

Comments
 (0)