SOLO-3003
NodeBuildUploadFailedSoloError — Component
NodeBuildUploadFailedSoloError
| Code | SOLO-3003 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo cannot upload the build.zip artifact; the underlying failure is wrapped in cause. solo uploads the packaged build so nodes can be provisioned from it, so this means the upload failed — for example the source file was missing or unreadable, or the destination was unreachable. It is retryable.
Troubleshooting Steps
- Review solo logs: tail -n 100 ~/.solo/logs/solo.log
- Check node pod status: kubectl get pods -n
-l solo.hedera.com/type=network-node - Inspect the pod for more detail: kubectl describe pod
-n