SOLO-2003

DeploymentNotFoundError — Deployment

DeploymentNotFoundError

CodeSOLO-2003
CategoryDeployment
OwnershipUser
RetryableNo

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

  1. List available deployments: solo deployment config list
  2. Create a deployment if needed: solo deployment config create