Pod Stuck in Pending State¶
Problem¶
A pod remains in the Pending state and is not scheduled on a node.
Symptoms¶
Output:
Common Causes¶
Possible causes include:
- insufficient cluster resources
- node selector constraints
- resource limits too high
- persistent volume unavailable
- taints preventing scheduling
Investigation
Check pod events:
Inspect node availability:
Check resource usage:
Resolution
Possible fixes include:
- adding additional cluster nodes
- adjusting resource limits
- removing restrictive node selectors
- resolving persistent volume issues
Prevention
Best practices:
- monitor cluster capacity
- configure resource requests carefully
- review scheduling constraints