Skip to content

Commit 0cda4b6

Browse files
Merge pull request kubernetes#778 from leecalcote/patch-2
docs/kubelet.md
2 parents 2730cad + 1fcbfa3 commit 0cda4b6

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/admin/kubelet.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@ that describes a pod. The kubelet takes a set of PodSpecs that are provided thro
1414
various mechanisms (primarily through the apiserver) and ensures that the containers
1515
described in those PodSpecs are running and healthy.
1616

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

20-
File: Path passed as a flag on the command line. This file is rechecked every 20
20+
* File: Path passed as a flag on the command line. This file is rechecked every 20
2121
seconds (configurable with a flag).
22-
23-
HTTP endpoint: HTTP endpoint passed as a parameter on the command line. This endpoint
22+
* HTTP endpoint: HTTP endpoint passed as a parameter on the command line. This endpoint
2423
is checked every 20 seconds (also configurable with a flag).
25-
26-
HTTP server: The kubelet can also listen for HTTP and respond to a simple API
24+
* HTTP server: The kubelet can also listen for HTTP and respond to a simple API
2725
(underspec'd currently) to submit a new manifest.
2826

2927
```
@@ -121,4 +119,4 @@ kubelet
121119
--volume-stats-agg-period=1m0s: Specifies interval for kubelet to calculate and cache the volume disk usage for all pods and volumes. To disable volume calculations, set to 0. Default: '1m'
122120
```
123121

124-
###### Auto generated by spf13/cobra on 15-Mar-2016
122+
###### Auto generated by spf13/cobra on 15-Mar-2016

0 commit comments

Comments
 (0)