SOLO-5005
NamespaceNotFoundSoloError — System
NamespaceNotFoundSoloError
| Code | SOLO-5005 |
| Category | System |
| Ownership | User |
| Retryable | No |
Description
Thrown when a referenced Kubernetes namespace does not exist; the message names the namespace. solo operates within a deployment namespace, so this means the namespace is absent — for example it was never created, was deleted, or the wrong name was supplied.
Troubleshooting Steps
- List existing namespaces: kubectl get namespaces
- Check the active deployment: solo deployment config info –deployment
- Redeploy the network to re-create the namespace: solo consensus network deploy