Troubleshooting
Start with Diagnostics. It runs the same checks ColimaStack uses to decide whether views can populate.
Colima is missing
Section titled “Colima is missing”Symptom: Colima is not installed, Colima setup required, or no profiles appear.
Fix:
brew install colimacolima versionRestart ColimaStack or click Refresh.
Profiles are empty
Section titled “Profiles are empty”If colima is installed but no profiles exist, use Create Profile in Profiles or start a default profile:
colima startExisting users should verify COLIMA_HOME if profiles live outside ~/.colima.
Docker is unavailable
Section titled “Docker is unavailable”Symptom: Docker endpoint unavailable, empty Docker views, or Diagnostics shows Docker unavailable.
Checks:
docker versiondocker context showdocker --context colima versionFor named profiles, use colima-<profile> as the context. Start the selected profile if it is stopped.
Kubernetes is unavailable
Section titled “Kubernetes is unavailable”Symptoms: Kubernetes is disabled, empty Cluster/Workloads/Services, or kubectl errors.
Checks:
kubectl version --clientkubectl config current-contextkubectl get nodesKubernetes must be enabled on the selected Colima profile. Metrics require kubectl top to work; missing metrics do not prevent resource lists from appearing.
A view is empty
Section titled “A view is empty”Empty can be normal:
Containers: no containers exist in the selected Docker context.Images: no images exist in the selected Docker context.Volumes: no configured mounts or Docker volumes exist.Networks: Docker networks were not returned or search filtered them.Workloads: no pods or deployments exist.Services: no services exist.Activity: no app lifecycle command has run in this session.Monitor: no sample has been collected for a running Docker profile.
Clear search, click Refresh, and verify the selected profile.
Commands fail
Section titled “Commands fail”Open Activity for the app-level command label and output. Commands are redacted and capped before display. Use Command API to compare the exact command shape.
Logs are empty
Section titled “Logs are empty”ColimaStack reads:
$COLIMA_HOME/<profile>/daemon/daemon.logIf the file is missing, the app shows the expected path. Start the profile or check Colima’s local files.