File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
content/en/docs/reference/command-line-tools-reference Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,14 @@ through various mechanisms (primarily through the apiserver) and ensures that
16
16
the containers described in those PodSpecs are running and healthy. The
17
17
kubelet doesn't manage containers which were not created by Kubernetes.
18
18
19
- Other than from a PodSpec from the apiserver, there are three ways that a
19
+ Other than from a PodSpec from the apiserver, there are two ways that a
20
20
container manifest can be provided to the Kubelet.
21
21
22
22
- File: Path passed as a flag on the command line. Files under this path will be
23
23
monitored periodically for updates. The monitoring period is 20s by default
24
24
and is configurable via a flag.
25
25
- HTTP endpoint: HTTP endpoint passed as a parameter on the command line. This
26
26
endpoint is checked every 20 seconds (also configurable with a flag).
27
- - HTTP server: The kubelet can also listen for HTTP and respond to a simple API
28
- (underspec'd currently) to submit a new manifest.
29
27
30
28
```
31
29
kubelet [flags]
You can’t perform that action at this time.
0 commit comments