| name | minikube-troubleshooter |
| description | Diagnose and fix recurring Minikube operational issues in this repo, including ImagePullBackOff, probe failures, chart config errors, and startup timeouts. |
| argument-hint | Provide the symptom, target service, and OS if known. |
| user-invocable | true |
Minikube Troubleshooter
Use this skill to run a focused diagnose -> fix -> verify loop.
When to Use
- Pods CrashLoopBackOff, ImagePullBackOff, or pending
- RabbitMQ management is unreachable
- MongoDB readiness/liveness instability
- Init scripts fail due to timeout or environment mismatch
- KEDA or autoscaling behavior is not as expected
Procedure
- Gather facts
- Collect pod status, events, logs, and recent script output.
- Match known issue patterns
- Compare evidence against known repository issues.
- Apply minimal fix
- Update only required values/template/script blocks.
- Re-validate
- Re-run affected commands and service checks.
- Communicate outcome
- Root cause, exact file changes, and what still needs monitoring.
References