SOLO-2016

ClusterSetupFailedSoloError — Deployment

ClusterSetupFailedSoloError

CodeSOLO-2016
CategoryDeployment
OwnershipInfrastructure
RetryableNo

Description

Thrown when solo cluster-ref config setup cannot install the cluster-level shared infrastructure that deployments depend on — the solo-cluster-setup chart and its components (Prometheus, MinIO, metrics-server, and the cluster role). It wraps the underlying failure (cause.message), which is most often a failed Helm release (bad chart version or values), an image that cannot be pulled, missing RBAC permissions on the target cluster, or a cluster that lacks the CPU/memory to schedule the new pods.

Troubleshooting Steps

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. List installed Helm releases: helm list -A
  3. Inspect cluster pods: kubectl get pods -A
  4. Re-run cluster setup: solo cluster-ref config setup