Kubernetes Node scheduling disabled
warning

Description Node {{ $labels.node }} has been marked as unschedulable for more than 30 minutes.
Query for 30m
>>>
	
				
					
				
			
				
					{key="node.kubernetes.io/unschedulable"} == 1
				
			
    
Query Explanation

The query kube_node_spec_taint{key="node.kubernetes.io/unschedulable"} == 1 returns any node that currently has the node.kubernetes.io/unschedulable taint (value 1). The alert triggers when such a node remains in this state for more than 30 minutes, indicating it has been marked unschedulable for that duration.

Get Alert
Download
Copy to Clipboard