SOLO-5064
PodCreationFailedSoloError — System
PodCreationFailedSoloError
| Code | SOLO-5064 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot create a Kubernetes pod. solo creates helper or workload pods as part of its operations, so this means the create request did not yield a running pod — for example the API rejected the spec, scheduling failed, or required resources were unavailable.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Inspect pod events: kubectl get events -n
- Check resource quotas: kubectl describe namespace
- Verify node resource availability: kubectl get nodes