You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/kubelet.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,14 @@ that describes a pod. The kubelet takes a set of PodSpecs that are provided thro
14
14
various mechanisms (primarily through the apiserver) and ensures that the containers
15
15
described in those PodSpecs are running and healthy.
16
16
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:
19
19
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
21
21
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
24
23
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
27
25
(underspec'd currently) to submit a new manifest.
28
26
29
27
```
@@ -121,4 +119,4 @@ kubelet
121
119
--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'
122
120
```
123
121
124
-
###### Auto generated by spf13/cobra on 15-Mar-2016
122
+
###### Auto generated by spf13/cobra on 15-Mar-2016
0 commit comments