SOLO-2010
NamespaceNotSetError — Deployment
NamespaceNotSetError
| Code | SOLO-2010 |
| Category | Deployment |
| Ownership | User |
| Retryable | No |
Description
Thrown when a command needs a target Kubernetes namespace but none could be resolved. solo determines the namespace from the --namespace flag or from the selected deployment’s configuration, so this is raised when neither is available — the flag was not passed and the deployment has no namespace recorded. Supply --namespace, or select a deployment whose configuration defines one.
Troubleshooting Steps
- Ensure a namespace is specified: pass –namespace
to your command - Check deployment config: solo deployment config info –deployment