SOLO-1002

WriteLocalConfigFileError — Configuration

WriteLocalConfigFileError

CodeSOLO-1002
CategoryConfiguration
OwnershipInfrastructure
RetryableNo

Description

Thrown when solo cannot persist the local configuration to disk at ~/.solo/local-config.yaml (or $SOLO_HOME/local-config.yaml). The local config is rewritten whenever solo records a new cluster reference, deployment, or context, and this error wraps the underlying filesystem failure (cause). It means the data was prepared but could not be written: typical causes are missing write permissions on the ~/.solo directory, a read-only or full disk, or a parent directory that is missing or locked.

Troubleshooting Steps

  1. Check file system permissions for ~/.solo