SOLO-3045

RapidFireLoadStartFailedSoloError — Component

RapidFireLoadStartFailedSoloError

CodeSOLO-3045
CategoryComponent
OwnershipInfrastructure
RetryableYes

Description

Thrown when solo cannot start a rapid-fire load run; the underlying failure is wrapped in cause. This step launches the load generator against the network, so this means startup failed — for example the load-test workload could not be created or scheduled. It is retryable, since transient cluster issues often clear on a later attempt.

Troubleshooting Steps

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Check NLG pod status: kubectl get pods -n -l app.kubernetes.io/instance=network-load-generator
  3. Describe NLG pods for scheduling or image-pull errors: kubectl describe pods -n -l app.kubernetes.io/instance=network-load-generator
  4. Check the NLG Helm release: helm status network-load-generator -n