SOLO-2010

NamespaceNotSetError — Deployment

NamespaceNotSetError

CodeSOLO-2010
CategoryDeployment
OwnershipUser
RetryableNo

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

  1. Ensure a namespace is specified: pass –namespace to your command
  2. Check deployment config: solo deployment config info –deployment