SOLO-2003
DeploymentNotFoundError — Deployment
DeploymentNotFoundError
| Code | SOLO-2003 |
| Category | Deployment |
| Ownership | User |
| Retryable | No |
Description
Thrown when a command resolves a deployment by name but that name is not registered in the local configuration; the error message names the deployment that was requested. solo looks the deployment up to find its namespace and cluster references before acting, so the lookup fails when the --deployment value is misspelled, when the deployment was never created with solo deployment config create, or when it was removed by a prior delete. It can also surface after switching SOLO_HOME to a config that does not contain the deployment.
Troubleshooting Steps
- List available deployments: solo deployment config list
- Create a deployment if needed: solo deployment config create