SOLO-5058
PodmanMachineInspectFailedSoloError — System
PodmanMachineInspectFailedSoloError
| Code | SOLO-5058 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot inspect the Podman machine; the underlying failure is wrapped in cause. When using Podman, solo inspects the machine to read its configuration, so this means that inspection failed — for example Podman is not installed, the machine is not running, or the command errored.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify Podman is installed: podman –version
- List Podman machines: podman machine list
- Start the Podman machine if it is not running: podman machine start