Kubernetes PersistentVolumeClaim pending
warning

Description PersistentVolumeClaim {{ $labels.namespace }}/{{ $labels.persistentvolumeclaim }} is pending
Query for 2m
>>>
	
				
					
				
			
				
					{phase="Pending"} == 1
				
			
    
Query Explanation

The query kube_persistentvolumeclaim_status_phase{phase="Pending"} == 1 returns true for any PVC whose kube_persistentvolumeclaim_status_phase metric equals 1 with the label phase="Pending". The alert triggers whenever a PersistentVolumeClaim in any namespace is in the Pending phase, meaning it cannot be bound to a volume.

Get Alert
Download
Copy to Clipboard