What problem does it solve?
When an Olares app won't install, keeps crashing, can't pull its image, or shows as running but is unreachable, this Skill finds the root cause by correlating evidence from Market, Cluster, and Dashboard instead of guessing.
Core Features & Use Cases
- Symptom-based routing: Maps stuck installs, CrashLoopBackOff, ImagePullBackOff, unreachable entrances, and resource pressure to dedicated diagnostic procedures.
- Read-only diagnosis: Gathers pod logs, events, lifecycle states, and resource usage without mutating the system; the only write operation (
thirdleveldomain --force-dedupe) requires explicit approval.
- Image and domain audits: Lists local containerd images with workload reference counts to find unused candidates, and audits duplicate or reserved third-level domains per user zone.
- Use Case: An app stays in
installing forever. The Skill checks whether another app is downloading (normal queue), inspects pod events for scheduling failures, and routes you to the right fix.
Quick Start
Ask the AI to diagnose why my Olares app is stuck in installing and never reaches running.