SOLO-3009

ChartInstallFailedSoloError — Component

ChartInstallFailedSoloError

CodeSOLO-3009
CategoryComponent
OwnershipInfrastructure
RetryableYes

Description

Thrown when solo cannot install a Helm chart; the message names the chart and wraps the underlying failure in cause. solo installs charts to deploy its components, so this means the Helm install failed — for example a bad chart version or values, an image that cannot be pulled, or a cluster that is unreachable or short on resources. It is retryable, since transient registry or cluster issues often clear on a later attempt.

Troubleshooting Steps

  1. Check Helm release status: helm list -n
  2. Review Helm errors: helm status -n
  3. Verify the cluster is reachable: kubectl cluster-info –context
  4. Retry after inspecting solo logs: tail -n 100 ~/.solo/logs/solo.log