mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	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.
			
			
This commit is contained in:
		@@ -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
 | 
			
		||||
manifest can be provided to the Kubelet.
 | 
			
		||||
 | 
			
		||||
File: Path passed as a flag on the command line. This file is rechecked every 20
 | 
			
		||||
seconds (configurable with a flag).
 | 
			
		||||
File: Path passed as a flag on the command line. Files under this path will be monitored
 | 
			
		||||
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
 | 
			
		||||
is checked every 20 seconds (also configurable with a flag).
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user