SOLO-3076

GenesisAdminKeySecretFailedSoloError — Component

GenesisAdminKeySecretFailedSoloError

CodeSOLO-3076
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when solo cannot store a genesis account’s admin key as a Kubernetes secret; the message names the account. During genesis setup solo persists admin keys in cluster secrets for later use, so this is raised when that secret cannot be created — for example the namespace is missing, a conflicting secret exists, or the Kubernetes API rejected the request.

Troubleshooting Steps

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Check existing secrets: kubectl get secrets -n
  3. Verify RBAC permissions allow secret creation
  4. Redeploy the network: solo consensus network deploy