SOLO-3003

NodeBuildUploadFailedSoloError — Component

NodeBuildUploadFailedSoloError

CodeSOLO-3003
CategoryComponent
OwnershipInfrastructure
RetryableYes

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

  1. Review solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Check node pod status: kubectl get pods -n -l solo.hedera.com/type=network-node
  3. Inspect the pod for more detail: kubectl describe pod -n