SOLO-5068
ContainerOperationFailedSoloError — System
ContainerOperationFailedSoloError
| Code | SOLO-5068 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when an operation against a container fails; the message names the operation and wraps the underlying failure in cause. solo runs operations such as exec and file copy inside pod containers, so this means that operation failed — for example the container was not reachable, the command errored, or the connection dropped.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify the pod is running: kubectl get pods -n
- Inspect pod logs: kubectl logs
-n - Check pod status: kubectl describe pod
-n