Commit 0a87487b authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #38161 from chentao1596/correct-description-kubelet-get-pod-from-path

Automatic merge from submit-queue kubelet/get-pods-from-path: correct description of implemention **What this PR does / why we need it**: I find this description does not follow the current implementation, it should be describe like this according to my understanding of the source code.
parents 3fe19c32 785cad95
...@@ -110,8 +110,9 @@ containers which were not created by Kubernetes. ...@@ -110,8 +110,9 @@ 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 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. Files under this path will be monitored
seconds (configurable with a flag). periodically for updates. The monitoring period is 20s by default and is configurable
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).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment