SOLO-3034

MirrorNodeOperatorKeyRetrievalFailedSoloError — Component

MirrorNodeOperatorKeyRetrievalFailedSoloError

CodeSOLO-3034
CategoryComponent
OwnershipInfrastructure
RetryableYes

Description

Thrown when solo cannot retrieve the operator key the mirror node needs; the underlying failure is wrapped in cause. solo reads the operator account key (for example from a secret) so the mirror node can perform its operations, so this means that retrieval failed. It is retryable, since a transient cluster or lookup problem often clears on a later attempt.

Troubleshooting Steps

  1. Verify K8s API connectivity: kubectl get pods -n
  2. If an operator key secret exists, verify it has a privateKey field: kubectl get secret -n -o yaml | grep privateKey
  3. Check solo logs: tail -n 100 ~/.solo/logs/solo.log