docs/kubelet.md
Corrected grammar and added bulleted list.
This commit is contained in:
@@ -14,16 +14,14 @@ that describes a pod. The kubelet takes a set of PodSpecs that are provided thro
|
|||||||
various mechanisms (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 a PodSpec from the apiserver, there are three ways that a container
|
||||||
manifest can be provided to the Kubelet.
|
manifest can be provided to the Kubelet:
|
||||||
|
|
||||||
File: Path passed as a flag on the command line. This file is rechecked every 20
|
* File: Path passed as a flag on the command line. This file is rechecked every 20
|
||||||
seconds (configurable with a flag).
|
seconds (configurable with a flag).
|
||||||
|
* HTTP endpoint: HTTP endpoint passed as a parameter on the command line. This endpoint
|
||||||
HTTP endpoint: HTTP endpoint passed as a parameter on the command line. This endpoint
|
|
||||||
is checked every 20 seconds (also configurable with a flag).
|
is checked every 20 seconds (also configurable with a flag).
|
||||||
|
* HTTP server: The kubelet can also listen for HTTP and respond to a simple API
|
||||||
HTTP server: The kubelet can also listen for HTTP and respond to a simple API
|
|
||||||
(underspec'd currently) to submit a new manifest.
|
(underspec'd currently) to submit a new manifest.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user