SOLO-3054
AccountSecretCreationFailedSoloError — Component
AccountSecretCreationFailedSoloError
| Code | SOLO-3054 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot store an account’s key material as a Kubernetes secret; the message names the account. After creating or updating an account, solo persists its keys in a cluster secret so other components can use them, 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
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify Kubernetes connectivity: kubectl get pods -n
- Check existing secrets: kubectl get secrets -n
- Verify RBAC permissions allow secret creation