SOLO-3034
MirrorNodeOperatorKeyRetrievalFailedSoloError — Component
MirrorNodeOperatorKeyRetrievalFailedSoloError
| Code | SOLO-3034 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | Yes |
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
- Verify K8s API connectivity: kubectl get pods -n
- If an operator key secret exists, verify it has a privateKey field: kubectl get secret -n
-o yaml | grep privateKey - Check solo logs: tail -n 100 ~/.solo/logs/solo.log