mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	The pod, container, and emptyDir volumes can all trigger evictions when their limits are breached. To ensure that administrators can alert on these type of evictions, update kubelet_evictions to include the following signal types: * ephemeralcontainerfs.limit - container ephemeral storage breaches its limit * ephemeralpodfs.limit - pod ephemeral storage breaches its limit * emptydirfs.limit - pod emptyDir storage breaches its limit