Skip to content

Troubleshooting

Start with Diagnostics. It runs the same checks ColimaStack uses to decide whether views can populate.

Symptom: Colima is not installed, Colima setup required, or no profiles appear.

Fix:

Terminal window
brew install colima
colima version

Restart ColimaStack or click Refresh.

If colima is installed but no profiles exist, use Create Profile in Profiles or start a default profile:

Terminal window
colima start

Existing users should verify COLIMA_HOME if profiles live outside ~/.colima.

Symptom: Docker endpoint unavailable, empty Docker views, or Diagnostics shows Docker unavailable.

Checks:

Terminal window
docker version
docker context show
docker --context colima version

For named profiles, use colima-<profile> as the context. Start the selected profile if it is stopped.

Symptoms: Kubernetes is disabled, empty Cluster/Workloads/Services, or kubectl errors.

Checks:

Terminal window
kubectl version --client
kubectl config current-context
kubectl get nodes

Kubernetes must be enabled on the selected Colima profile. Metrics require kubectl top to work; missing metrics do not prevent resource lists from appearing.

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.

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.

ColimaStack reads:

$COLIMA_HOME/<profile>/daemon/daemon.log

If the file is missing, the app shows the expected path. Start the profile or check Colima’s local files.