Skip to content

Commit 42bbec9

Browse files
authored
Merge pull request #37405 from helen-frank/fix/removeKubeletHTTPServer
remove kubelet http server
2 parents 4b32c4c + a375935 commit 42bbec9

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@ through various mechanisms (primarily through the apiserver) and ensures that
1616
the containers described in those PodSpecs are running and healthy. The
1717
kubelet doesn't manage containers which were not created by Kubernetes.
1818

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
2020
container manifest can be provided to the Kubelet.
2121

2222
- File: Path passed as a flag on the command line. Files under this path will be
2323
monitored periodically for updates. The monitoring period is 20s by default
2424
and is configurable via a flag.
2525
- HTTP endpoint: HTTP endpoint passed as a parameter on the command line. This
2626
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.
2927

3028
```
3129
kubelet [flags]

0 commit comments

Comments
 (0)