SOLO-3069

CertificateSecretCreationFailedSoloError — Component

CertificateSecretCreationFailedSoloError

CodeSOLO-3069
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when solo cannot create the TLS certificate secret for a consensus node; the message names the node alias. solo stores node certificates as Kubernetes secrets so they can be mounted, so this means the secret could not 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. Re-run node setup: solo consensus node setup