SOLO-5011
K8sSecretCreateFailedSoloError — System
K8sSecretCreateFailedSoloError
| Code | SOLO-5011 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo cannot create a Kubernetes secret; the message describes the secret and, when available, wraps the underlying cause. solo stores keys and credentials as cluster secrets, so this means the secret could not be created — for example the namespace is missing, the API rejected the request, or a transient API error occurred. It is retryable.
Troubleshooting Steps
- Check RBAC permissions: kubectl auth can-i create secrets -n
- Inspect existing secrets: kubectl get secrets -n
- Review solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify the cluster is reachable: kubectl cluster-info –context