mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Merge pull request #30245 from ronnielai/container-gc
Automatic merge from submit-queue Adding known issues <!-- Reviewable:start --> This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/30245) <!-- Reviewable:end -->
This commit is contained in:
		@@ -476,6 +476,11 @@ In general, it should be strongly recommended that `DaemonSet` not
 | 
				
			|||||||
create `BestEffort` pods to avoid being identified as a candidate pod
 | 
					create `BestEffort` pods to avoid being identified as a candidate pod
 | 
				
			||||||
for eviction. Instead `DaemonSet` should ideally include Guaranteed pods only.
 | 
					for eviction. Instead `DaemonSet` should ideally include Guaranteed pods only.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Known issues
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The pod eviction may evict more pods than needed due to stats collection timing gap. This can be mitigated by adding
 | 
				
			||||||
 | 
					the ability to get root container stats on an on-demand basis (https://github.com/google/cadvisor/issues/1247) in the future.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
 | 
					<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
 | 
				
			||||||
[]()
 | 
					[]()
 | 
				
			||||||
<!-- END MUNGE: GENERATED_ANALYTICS -->
 | 
					<!-- END MUNGE: GENERATED_ANALYTICS -->
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user