SOLO-2002

DeploymentAlreadyExistsSoloError — Deployment

DeploymentAlreadyExistsSoloError

CodeSOLO-2002
CategoryDeployment
OwnershipUser
RetryableNo

Description

Thrown when solo deployment config create is asked to create a deployment whose name is already present in the local configuration; the message names the conflicting deployment. Deployment names must be unique because solo keys each deployment’s namespace and cluster references by name, so it refuses to overwrite an existing entry. Choose a different name, or operate on the existing deployment instead of recreating it.

Troubleshooting Steps

  1. Check existing deployments: solo deployment config list
  2. Choose a different name for your deployment