OpenClaw: CrashLoopBackOff (k8s)
Common message
CrashLoopBackOff
Symptoms
- Pods stuck Pending (Insufficient cpu/memory)
- CrashLoopBackOff / BackOff pulling image
- PVC Pending / storage class mismatch
Root cause
Kubernetes scheduling / runtime instability
Fix
- Check cluster autoscaler limits and node pool capacity.
- Inspect pod events and container logs for root cause.
- Verify storage class exists and supports requested access mode.