mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Remove HTTP Server support for pushing pods onto the kubelet #3015
Signed-off-by: helen <helenfrank@protonmail.com> Signed-off-by: helen <haitao.zhang@daocloud.io>
This commit is contained in:
parent
8ccd03226f
commit
008dc87aa9
@ -144,7 +144,7 @@ various mechanisms (primarily through the apiserver) and ensures that the contai
|
|||||||
described in those PodSpecs are running and healthy. The kubelet doesn't manage
|
described in those PodSpecs are running and healthy. The kubelet doesn't manage
|
||||||
containers which were not created by Kubernetes.
|
containers which were not created by Kubernetes.
|
||||||
|
|
||||||
Other than from an PodSpec from the apiserver, there are three ways that a container
|
Other than from an PodSpec from the apiserver, there are two 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. Files under this path will be monitored
|
File: Path passed as a flag on the command line. Files under this path will be monitored
|
||||||
@ -152,10 +152,7 @@ periodically for updates. The monitoring period is 20s by default and is configu
|
|||||||
via a flag.
|
via 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
|
|
||||||
(underspec'd currently) to submit a new manifest.`,
|
|
||||||
// The Kubelet has special flag parsing requirements to enforce flag precedence rules,
|
// The Kubelet has special flag parsing requirements to enforce flag precedence rules,
|
||||||
// so we do all our parsing manually in Run, below.
|
// so we do all our parsing manually in Run, below.
|
||||||
// DisableFlagParsing=true provides the full set of flags passed to the kubelet in the
|
// DisableFlagParsing=true provides the full set of flags passed to the kubelet in the
|
||||||
|
Loading…
Reference in New Issue
Block a user